my website at ewancroft.uk

chore(cspell): update spellcheck config

Add 'organised' to word list and normalise ignorePaths / ignoreRegExpList formatting

ewancroft.uk b0cdb556 e84a6599

verified
Changed files
+14 -3
+14 -3
.cspell.json
··· 101 101 "optimisation", 102 102 "Optimised", 103 103 "organisation", 104 + "organised", 104 105 "pdsurl", 105 106 "Personalising", 106 107 "pids", ··· 149 150 "xrpc" 150 151 ], 151 152 "flagWords": [], 152 - "ignorePaths": ["node_modules", "package-lock.json", "dist", "build"], 153 - "ignoreRegExpList": ["/(\\w+)'s/g"], 153 + "ignorePaths": [ 154 + "node_modules", 155 + "package-lock.json", 156 + "dist", 157 + "build" 158 + ], 159 + "ignoreRegExpList": [ 160 + "/(\\w+)'s/g" 161 + ], 154 162 "overrides": [ 155 163 { 156 164 "filename": "**/*.svelte", 157 - "ignoreRegExpList": ["/>.*</", "/(\\w+)'s/g"] 165 + "ignoreRegExpList": [ 166 + "/>.*</", 167 + "/(\\w+)'s/g" 168 + ] 158 169 } 159 170 ] 160 171 }