Skip to content

Commit

Permalink
build(all) add cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
mt-dfrey committed Oct 6, 2023
1 parent 89f69cd commit a3660a8
Show file tree
Hide file tree
Showing 2 changed files with 723 additions and 8 deletions.
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -20,12 +20,14 @@
"lint:ts": "eslint -c './.eslintrc-ts.js' '**/*.ts'",
"lint": "yarn lint:js; yarn lint:ts",
"format": "prettier scripts src sample/src --write",
"spellcheck": "cspell src script sample/src",
"lint:fix": "yarn lint:js --fix; yarn lint:ts --fix",
"start:docs": "docsify serve docs",
"prepare": "husky install"
},
"dependencies": {
"crypto-browserify": "^3.12.0",
"cspell": "^7.3.7",
"node-fetch": "^2.6.1",
"qs": "^6.10.1",
"snake-case": "^3.0.4",
Expand Down

0 comments on commit a3660a8

Please sign in to comment.