forked from external-repos/squoosh
Add lint fix script
This commit is contained in:
@@ -8,7 +8,8 @@
|
|||||||
"build:codecs": "npm run build:mozjpeg_enc",
|
"build:codecs": "npm run build:mozjpeg_enc",
|
||||||
"start": "webpack serve --host 0.0.0.0 --hot",
|
"start": "webpack serve --host 0.0.0.0 --hot",
|
||||||
"build": "webpack -p",
|
"build": "webpack -p",
|
||||||
"lint": "tslint -c tslint.json 'src/**/*.{ts,js}'"
|
"lint": "tslint -c tslint.json -t verbose 'src/**/*.{ts,js}'",
|
||||||
|
"lintfix": "tslint -c tslint.json -t verbose --fix 'src/**/*.{ts,js}'"
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
|
|||||||
Reference in New Issue
Block a user