We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be706a commit 734c436Copy full SHA for 734c436
1 file changed
package.json
@@ -10,7 +10,7 @@
10
"dev": "turbo run dev",
11
"preview": "turbo run preview",
12
"lint:root": "run-p lint:cspell lint:prettier",
13
- "lint:cspell": "cspell --exclude \"apps/**/*\" --exclude \"packages/**/*\" \"**/*\"",
+ "lint:cspell": "cspell --exclude \"apps/**/*\" --exclude \"packages/**/*\" \".github/**/*\" \"**/*\"",
14
"lint:prettier": "prettier . --check --ignore-path=.prettierignore.root",
15
"lint:packages": "turbo run lint",
16
"lint": "run-p lint:root lint:packages",
0 commit comments