add npm lintfix

This commit is contained in:
3nprob 2021-11-25 21:48:36 +09:00
parent 7584ad2552
commit 34842fcbae
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
"build": "npx tsc",
"postbuild": "cp -a package.json package-lock.json templates static dist",
"lint": "eslint -c .eslintrc --max-warnings 0 'src/**/*.ts'",
"lintfix": "eslint -c .eslintrc --max-warnings 0 --fix 'src/**/*.ts'",
"watch": "npx tsc --watch",
"test": "npx mocha -r ts-node/register test/**/*.test.ts",
"dev:tsc": "tsc --watch -p .",