Skip to content

Commit a3660a8

Browse files
committed
build(all) add cspell
1 parent 89f69cd commit a3660a8

File tree

2 files changed

+723
-8
lines changed

2 files changed

+723
-8
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@
2020
"lint:ts": "eslint -c './.eslintrc-ts.js' '**/*.ts'",
2121
"lint": "yarn lint:js; yarn lint:ts",
2222
"format": "prettier scripts src sample/src --write",
23+
"spellcheck": "cspell src script sample/src",
2324
"lint:fix": "yarn lint:js --fix; yarn lint:ts --fix",
2425
"start:docs": "docsify serve docs",
2526
"prepare": "husky install"
2627
},
2728
"dependencies": {
2829
"crypto-browserify": "^3.12.0",
30+
"cspell": "^7.3.7",
2931
"node-fetch": "^2.6.1",
3032
"qs": "^6.10.1",
3133
"snake-case": "^3.0.4",

0 commit comments

Comments
 (0)