Ajout de dictionnaire pour correction de texte et extensions et robots
This commit is contained in:
17
cspell.json
Normal file
17
cspell.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"version": "0.2",
|
||||
"ignorePaths": ["/.gitignore", "/www/robots.txt", "images/**", ".vscode/**"],
|
||||
"dictionaryDefinitions": [
|
||||
{
|
||||
"name": "custom-dictionary",
|
||||
"path": "./.cspell/custom-dictionary.txt",
|
||||
"addWords": true
|
||||
}
|
||||
],
|
||||
"dictionaries": [
|
||||
"custom-dictionary"
|
||||
],
|
||||
"words": [],
|
||||
"ignoreWords": [],
|
||||
"import": []
|
||||
}
|
||||
Reference in New Issue
Block a user