We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 071e3f4 commit f9a16e4Copy full SHA for f9a16e4
cspell.json
@@ -0,0 +1,13 @@
1
+{
2
+ "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
3
+ "version": "0.2",
4
+ "dictionaryDefinitions": [
5
+ {
6
+ "name": "project-words",
7
+ "path": "./project-words.txt",
8
+ "addWords": true
9
+ }
10
+ ],
11
+ "dictionaries": ["project-words"],
12
+ "ignorePaths": ["target", "/project-words.txt"]
13
+}
project-words.txt
@@ -0,0 +1 @@
+lintfix
0 commit comments