feat: Add spell-code and spell to npm scripts
parent
e2bd37bcee
commit
e6e72b22ab
|
@ -6,7 +6,9 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node src/index.js",
|
"start": "node src/index.js",
|
||||||
"lint": "eslint . --fix",
|
"lint": "eslint . --fix",
|
||||||
"spell": "cspell src/**/"
|
"spell-code": "cspell src/**/",
|
||||||
|
"spell": "cspell /**/"
|
||||||
|
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|
Loading…
Reference in New Issue