add npm lintfix
This commit is contained in:
parent
7584ad2552
commit
34842fcbae
|
@ -9,6 +9,7 @@
|
||||||
"build": "npx tsc",
|
"build": "npx tsc",
|
||||||
"postbuild": "cp -a package.json package-lock.json templates static dist",
|
"postbuild": "cp -a package.json package-lock.json templates static dist",
|
||||||
"lint": "eslint -c .eslintrc --max-warnings 0 'src/**/*.ts'",
|
"lint": "eslint -c .eslintrc --max-warnings 0 'src/**/*.ts'",
|
||||||
|
"lintfix": "eslint -c .eslintrc --max-warnings 0 --fix 'src/**/*.ts'",
|
||||||
"watch": "npx tsc --watch",
|
"watch": "npx tsc --watch",
|
||||||
"test": "npx mocha -r ts-node/register test/**/*.test.ts",
|
"test": "npx mocha -r ts-node/register test/**/*.test.ts",
|
||||||
"dev:tsc": "tsc --watch -p .",
|
"dev:tsc": "tsc --watch -p .",
|
||||||
|
|
Loading…
Reference in New Issue