File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -141,21 +141,21 @@ For now choose to use either JSON or Yaml. Below are examples of each that inclu
141
141
` ` ` javascript
142
142
' use strict' ;
143
143
144
- import { defineConfig } from " cspell" ;
144
+ import { defineConfig } from ' cspell' ;
145
145
146
146
export default defineConfig({
147
147
$schema :
148
148
" https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json" ,
149
- version : " 0.2" ,
150
- dictionaryDefinitions : [
151
- {
152
- name : " project-words" ,
153
- path : " ./project-words.txt" ,
154
- addWords : true,
155
- },
156
- ],
157
- dictionaries : [" project-words" ],
158
- ignorePaths : [" node_modules", " /project-words.txt" ],
149
+ version : ' 0.2' ,
150
+ dictionaryDefinitions : [
151
+ {
152
+ name : ' project-words' ,
153
+ path : ' ./project-words.txt' ,
154
+ addWords : true,
155
+ },
156
+ ],
157
+ dictionaries : [' project-words' ],
158
+ ignorePaths : [' node_modules', ' /project-words.txt' ],
159
159
});
160
160
```
161
161
</TabItem >
You can’t perform that action at this time.
0 commit comments