Skip to content

Commit 8fb99f1

Browse files
committed
Add missing NL spellcheck
1 parent 674c8fa commit 8fb99f1

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.cspell.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
"version": "0.2",
44
// language - current active spelling language
55
"language": "en,nl",
6+
"import": ["@cspell/dict-nl-nl/cspell-ext.json"],
67
// words - list of words to be always considered correct
78
"words": [
89
"absmiddle",
910
"ajax",
1011
"blockquotes",
1112
"darkred",
1213
"datetime",
14+
"GM_xmlhttpRequest",
1315
"greasemonkey",
1416
"jerone",
1517
"maxlength",

package-lock.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"lint:fix": "prettier --write \"**/*\" & eslint -f checklist --fix ."
1010
},
1111
"devDependencies": {
12+
"@cspell/dict-nl-nl": "^2.3.0",
1213
"@cspell/eslint-plugin": "^8.3.2",
1314
"eslint": "^8.56.0",
1415
"eslint-config-prettier": "^9.1.0",

0 commit comments

Comments
 (0)