Skip to content

Commit 2ef012a

Browse files
feat(lint): add cspell to lint-staged for spell checking
1 parent f1edf35 commit 2ef012a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"lint-staged": {
4646
"*": [
4747
"eslint --fix",
48-
"prettier --write --ignore-unknown"
48+
"prettier --write --ignore-unknown",
49+
"cspell --no-progress --no-summary"
4950
]
5051
},
5152
"dependencies": {

0 commit comments

Comments
 (0)