diff --git a/.madrun.mjs b/.madrun.mjs index 9c2e91b5..66d3fe0c 100644 --- a/.madrun.mjs +++ b/.madrun.mjs @@ -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`], diff --git a/package.json b/package.json index 0c344ae5..e0ae59f0 100644 --- a/package.json +++ b/package.json @@ -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"