We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcabedc commit 946cceaCopy full SHA for 946ccea
lint-staged.config.js
@@ -1,7 +1,7 @@
1
module.exports = {
2
"*.css": [
3
"stylelint --fix --cache --allow-empty-input --report-descriptionless-disables --report-invalid-scope-disables --report-needless-disables",
4
- "prettier --no-config --no-error-on-unmatched-pattern --ignore-unknown --log-level silent --write --config .prettierrc",
+ "prettier --no-error-on-unmatched-pattern --ignore-unknown --log-level silent --write --config .prettierrc",
5
],
6
"*.{js,json},!package.json": [
7
"eslint --fix --cache --no-error-on-unmatched-pattern"
0 commit comments