use eslint

This commit is contained in:
syuilo 2021-11-12 10:35:41 +09:00
parent c7650846a2
commit 84df0714d8
13 changed files with 482 additions and 186 deletions

View file

@ -21,7 +21,7 @@
"watch-webpack": "webpack --watch",
"watch-ts": "tsc -w -p packages/tsconfig.json && tsc-alias -w -p packages/tsconfig.json",
"watch-gulp": "gulp watch",
"lint": "tslint 'packages/**/*.ts'",
"lint": "node ./scripts/lint.js",
"cy:open": "cypress open",
"cy:run": "cypress run",
"e2e": "start-server-and-test start:test http://localhost:61812 cy:run",