🎨 New, overkill linter

This commit is contained in:
TrickyPR 2022-10-20 22:08:27 +11:00
parent 7650c90c3a
commit d84e0941b5
49 changed files with 670 additions and 470 deletions

View file

@ -10,11 +10,11 @@ import { configDispatch } from '../utils'
export const bootstrap = async () => {
log.info(`Bootstrapping ${config.name}...`)
const args = ['--application-choice', 'browser']
const arguments_ = ['--application-choice', 'browser']
console.debug(`Passing through to |mach bootstrap|`)
await configDispatch('./mach', {
args: ['bootstrap', ...args],
args: ['bootstrap', ...arguments_],
cwd: ENGINE_DIR,
})
}