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