Skip to content

Commit 179c31d

Browse files
chore: update lint-staged configuration to include cspell options
1 parent 79dba21 commit 179c31d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,8 @@
5252
"lint-staged": {
5353
"*": [
5454
"eslint --fix",
55-
"prettier --write --ignore-unknown"
56-
],
57-
"*.{css,scss,html,json,md,mdx,py,txt,yaml,yml,js,jsx,ts,tsx,cjs,mjs}": [
58-
"cspell --no-progress --no-summary"
55+
"prettier --write --ignore-unknown",
56+
"cspell --no-progress --no-summary --no-must-find-files"
5957
]
6058
},
6159
"dependencies": {

0 commit comments

Comments
 (0)