Skip to content

Commit 0b67048

Browse files
removing spellcheck
1 parent 28edefe commit 0b67048

4 files changed

Lines changed: 1 addition & 266 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55

66
jobs:
7-
Lint-Prettier-Spellcheck:
7+
Lint-Prettier:
88
runs-on: ubuntu-latest
99

1010
steps:
@@ -22,4 +22,3 @@ jobs:
2222
- run: npm install
2323
- run: npm run prettier -- --check
2424
- run: npm run lint
25-
- run: npm run spellcheck

cspell.config.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"lint": "eslint src test",
2929
"prepack": "npm run build",
3030
"prettier": "prettier src test example/App.tsx",
31-
"spellcheck": "cspell $(git ls-files)",
3231
"test": "vitest run --coverage",
3332
"test:watch": "vitest"
3433
},
@@ -58,7 +57,6 @@
5857
"@typescript-eslint/eslint-plugin": "^5.11.0",
5958
"@typescript-eslint/parser": "^5.11.0",
6059
"@vitest/coverage-v8": "^4.0.15",
61-
"cspell": "^6.1.1",
6260
"eslint": "^8.19.0",
6361
"eslint-plugin-react-hooks": "^4.3.0",
6462
"msw": "^2.12.4",

result.json

Lines changed: 0 additions & 235 deletions
This file was deleted.

0 commit comments

Comments
 (0)