Skip to content

Commit 011407e

Browse files
committed
Remove cspell
Too much noise due to random strings
1 parent 5c3b075 commit 011407e

File tree

4 files changed

+3
-94
lines changed

4 files changed

+3
-94
lines changed

.cspell.json

Lines changed: 0 additions & 37 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 1 addition & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,8 @@
11
{
2-
"cSpell.userWords": [], // only use words from .cspell.json
3-
"cSpell.enabled": true,
42
"editor.formatOnSave": true,
53
"typescript.tsdk": "node_modules/typescript/lib",
64
"typescript.enablePromptUseWorkspaceTsdk": true,
7-
"cSpell.words": [
8-
"abcdefghijklmnopqrstuv",
9-
"ABCDEFGHJKMNPQRSTVWXYZ",
10-
"aeiou",
11-
"alphanum",
12-
"ATCG",
13-
"BDFGHJLMNPQRT",
14-
"bdfghjmnpqrt",
15-
"bitauth",
16-
"CAUTZITHN",
17-
"CFGHJMPQRVW",
18-
"codecov",
19-
"Crockford",
20-
"DÎÑG",
21-
"dîñgø",
22-
"dingodog",
23-
"dingosky",
24-
"dîngøsky",
25-
"dingoskyme",
26-
"Dyîdkø",
27-
"fbhhwlsikct",
28-
"FFTFTTFFTFTTFFTT",
29-
"GACGGTCG",
30-
"Hmmmm",
31-
"insgkskn",
32-
"îøsîndøk",
33-
"JMGP",
34-
"kiyooodd",
35-
"Knoxen",
36-
"ksyssdddgogoigydiskyndkysddddioggooyogdykdy",
37-
"lcov",
38-
"libauth",
39-
"Pbhh",
40-
"PQIB",
41-
"prng",
42-
"Puid",
43-
"QBHU",
44-
"qbhujm",
45-
"TJPNM",
46-
"TTACCCAC",
47-
"TTTTTFTTFFFFFTFF",
48-
"TWQZAA",
49-
"UFLYN",
50-
"Uzld",
51-
"Vnnb",
52-
"Xcfghjmpqrvwx",
53-
"ydkîsnsd",
54-
"Yklc",
55-
"Zrxx"
56-
],
575
"files.exclude": {
586
"**/.nyc_output": true
59-
},
60-
"eslint.packageManager": "yarn"
7+
}
618
}

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"test:clean": "rm -rf ./build/*test*",
4646
"test:data": "yarn test:clean && yarn build:test && yarn ava src/data.spec.ts",
4747
"test:prettier": "prettier \"src/**/*.ts\" --list-different",
48-
"test:spelling": "cspell \"{README.md,.github/*.md,src/**/*.ts}\"",
4948
"test:unit": "yarn test:clean && yarn build:test && nyc --silent ava",
5049
"watch:build": "tsc -p tsconfig.json -w",
5150
"watch:test": "nyc --silent ava --watch",
@@ -61,7 +60,6 @@
6160
"@typescript-eslint/parser": "^4.0.1",
6261
"ava": "^3.12.1",
6362
"codecov": "^3.5.0",
64-
"cspell": "^4.1.0",
6563
"cz-conventional-changelog": "^3.3.0",
6664
"eslint": "^7.8.0",
6765
"eslint-config-prettier": "^6.11.0",

tsconfig.test.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"moduleResolution": "node",
88
"module": "commonjs",
99
"declaration": true,
10-
"inlineSourceMap": true,
10+
// "inlineSourceMap": true,
11+
"sourceMap": true,
1112
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
1213
"resolveJsonModule": true /* Include modules imported with .json extension. */,
1314

0 commit comments

Comments
 (0)