WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 8da06a8

Browse files
committed
add spell-check to .github folder
1 parent 70039a8 commit 8da06a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"root:lint:fix": "eslint \"*.ts\" \"types/*\" --fix",
2727
"root:format": "prettier --check \"*.ts\" \"*.json\" \"types/*\" \".github/**/*\" --config .prettierrc.json --log-level warn",
2828
"root:format:fix": "prettier --write \"*.ts\" \"*.json\" \"types/*\" \".github/**/*\" --config .prettierrc.json --log-level warn",
29-
"root:spell": "cspell --config .cspell.json --quiet --gitignore \"*\" \"types/*\"",
29+
"root:spell": "cspell --config .cspell.json --quiet --gitignore \"*\" \"types/*\" \".github/**/*\"",
3030
"root:clear": "rm -rf dist; rm -rf node_modules; rm -rf .turbo; find . -name '*.tsbuildinfo' -type f -delete;"
3131
},
3232
"dependencies": {

0 commit comments

Comments
 (0)