Replace TSLint
This commit is contained in:
+1
-3
@@ -23,9 +23,7 @@
|
||||
"build": "NODE_ENV=production npm-run-all build:client build:server",
|
||||
"build:server": "webpack -p --config=configs/webpack/prod.js --env.platform=server",
|
||||
"build:client": "webpack -p --config=configs/webpack/prod.js --env.platform=client",
|
||||
"lint": "npm run lint:ts && npm run lint:sass",
|
||||
"lint:ts": "tslint -p tsconfig.json --format stylish --exclude node_modules",
|
||||
"lint:ts:fix": "tslint -p tsconfig.json --format stylish --exclude node_modules --fix",
|
||||
"lint": "npm run lint:es && npm run lint:sass",
|
||||
"lint:es": "eslint './src/**/*.ts*'",
|
||||
"lint:es:fix": "eslint --fix './src/**/*.ts*'",
|
||||
"lint:sass": "stylelint ./src/**/**/*.scss ./src/**/*.scss ./src/*.scss",
|
||||
|
||||
Reference in New Issue
Block a user