diff --git a/cspell.config.yaml b/cspell.config.yaml new file mode 100644 index 0000000..93e8a8f --- /dev/null +++ b/cspell.config.yaml @@ -0,0 +1,10 @@ +language: en +dictionaries: ["nl-nl"] +ignorePaths: + # Ignore GIMP files + - "**/*.xcf" + # Ignore License files that should not be touched + - "LICENSE" + - "LICENSES/*" +import: + - "@cspell/dict-nl-nl/cspell-ext.json" diff --git a/cspell.json b/cspell.json deleted file mode 100644 index 726cdf6..0000000 --- a/cspell.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "language": "en", - "dictionaries": ["nl-nl"], - "ignorePaths": [ - "**/*.xcf", - "LICENSE", - "LICENSES/*" - ], - "import": ["@cspell/dict-nl-nl/cspell-ext.json"] -}