Browse Source

Add --ignore-unknown to prettier on lint-staged (#1375)

pull/1376/head
Daniel James Smith 4 years ago committed by GitHub
parent
commit
7ffb5db310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json

2
package.json

@ -101,6 +101,6 @@
"npm": "~8" "npm": "~8"
}, },
"lint-staged": { "lint-staged": {
"*": "prettier --write" "*": "prettier --ignore-unknown --write"
} }
} }

Loading…
Cancel
Save