|
@@ -111,7 +111,7 @@
|
|
|
"build": "webpack --config ./client/webpack.config.js --mode production",
|
|
|
"fix:js": "eslint --ext .js,.ts,.tsx --fix ./",
|
|
|
"format": "prettier --write '**/?(.)*.{css,scss,js,ts,tsx,json,yaml,yml}'",
|
|
|
- "lint:js": "eslint --ext .js,.ts,.tsx --report-unused-disable-directives --max-warnings 16 ./client",
|
|
|
+ "lint:js": "eslint --ext .js,.ts,.tsx --report-unused-disable-directives ./client",
|
|
|
"lint:css": "stylelint **/*.scss",
|
|
|
"lint:format": "prettier --check '**/?(.)*.{css,scss,js,ts,tsx,json,yaml,yml}'",
|
|
|
"lint": "npm run lint:js && npm run lint:css && npm run lint:format",
|