kopia lustrzana https://github.com/wagtail/wagtail
Remove ESLint --max-warnings mistakenly added back in #7876
rodzic
1c0d4d92a8
commit
e2b30c1690
|
@ -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",
|
||||
|
|
Ładowanie…
Reference in New Issue