Add cSpell config and fix spelling
Showing
.cspell.json
0 → 100644
... | ... | @@ -16,6 +16,7 @@ |
"rename-namespace": "replace 'namespace' 'declare namespace' dist/typings/index.d.ts", | ||
"lint": "eslint .", | ||
"rollup": "rollup -c", | ||
"spellcheck": "cspell '**'", | ||
"test": "npm run build && c8 ava --timeout='60s' tests/*.js" | ||
}, | ||
"repository": { | ||
... | ... | @@ -43,11 +44,13 @@ |
"zeromq": "^6.0.0-beta.6" | ||
}, | ||
"devDependencies": { | ||
"@generalprotocols/cspell-dictionary": "git+https://gitlab.com/GeneralProtocols/cspell-dictionary.git", | ||
"@generalprotocols/eslint-config": "git+https://gitlab.com/GeneralProtocols/eslint-config.git", | ||
"@types/debug": "^4.1.5", | ||
"@typescript-eslint/eslint-plugin": "^4.6.0", | ||
"ava": "^3.13.0", | ||
"c8": "^7.3.5", | ||
"cspell": "4.1.2", | ||
"del-cli": "^3.0.1", | ||
"eslint": "^7.12.1", | ||
"eslint-plugin-import": "^2.22.1", | ||
... | ... |
Please register or sign in to comment