feature: yaspeller: rm

This commit is contained in:
coderaiser 2023-12-03 20:23:20 +02:00
parent af9c916e08
commit 93aa7278b7
2 changed files with 2 additions and 4 deletions

View file

@ -28,13 +28,12 @@ export default {
}),
'build:start': () => run(['build:client', 'start']),
'build:start:dev': () => run(['build:client:dev', 'start:dev']),
'lint:all': () => run(['lint:progress', 'spell']),
'lint:all': () => run('lint:progress'),
'lint': () => 'putout .',
'lint:progress': () => run('lint', '-f progress'),
'watch:lint': () => 'nodemon -w client -w server -w test -w common -w .webpack -x "putout -s"',
'fresh:lint': () => run('lint', '--fresh'),
'lint:fresh': () => run('lint', '--fresh'),
'spell': () => 'yaspeller . || true',
'fix:lint': () => run('lint', '--fix'),
'lint:stream': () => run('lint', '-f stream'),
'test': () => [testEnv, `tape 'test/**/*.js' '{client,static,common,server}/**/*.spec.js' -f fail`],

View file

@ -207,8 +207,7 @@
"webpack": "^4.0.0",
"webpack-cli": "^3.0.1",
"webpack-merge": "^5.0.8",
"webpackbar": "^5.0.0-3",
"yaspeller": "^8.0.0"
"webpackbar": "^5.0.0-3"
},
"engines": {
"node": ">=16"