Skip to content

Commit 49eca2f

Browse files
committed
spell checking files using cspell with an ignore list
1 parent 1a7106f commit 49eca2f

File tree

7 files changed

+1096
-3
lines changed

7 files changed

+1096
-3
lines changed

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
npm run cspell
12
npm run lint
23
npm run build

cspell-dict.txt

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
quicksnip
2+
Houss
3+
cout
4+
endl
5+
Vaibhav
6+
kesarwani
7+
npos
8+
saminjay
9+
dostonnabotov
10+
minmax
11+
xshubhamg
12+
flexbox
13+
Moustafa
14+
bige
15+
kruimol
16+
rgba
17+
Segoe
18+
bezier
19+
nviction
20+
whitesmoke
21+
loxt
22+
nixo
23+
olleh
24+
realvishalrana
25+
axorax
26+
aumirza
27+
aeiou
28+
Wrld
29+
makeid
30+
Yugveer
31+
yaya
32+
funcs
33+
MCMXCIV
34+
LVIII
35+
Stelios
36+
maketrans
37+
progamin
38+
findall
39+
sublist
40+
isinstance
41+
agilarasu
42+
fromkeys
43+
sublists
44+
readlines
45+
splitext
46+
Jackeastern
47+
shutil
48+
listdir
49+
cmath
50+
dtype
51+
millis
52+
timedelta
53+
monthrange
54+
println
55+
Mathys
56+
Gasnier
57+
nowrap

cspell.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"dictionaryDefinitions": [
3+
{
4+
"name": "workspace",
5+
"path": "./cspell-dict.txt",
6+
"description": "Custom Workspace Dictionary",
7+
"addWords": true
8+
}
9+
],
10+
"dictionaries": ["workspace"],
11+
"ignorePaths": [
12+
"node_modules",
13+
"dist"
14+
]
15+
}

0 commit comments

Comments
 (0)