Skip to content

Commit 946ccea

Browse files
authored
fix(lint-staged): remove conflicting flag for prettier command (#4039)
1 parent bcabedc commit 946ccea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lint-staged.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
"*.css": [
33
"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",
4+
"prettier --no-error-on-unmatched-pattern --ignore-unknown --log-level silent --write --config .prettierrc",
55
],
66
"*.{js,json},!package.json": [
77
"eslint --fix --cache --no-error-on-unmatched-pattern"

0 commit comments

Comments
 (0)