File tree 2 files changed +12
-29
lines changed
2 files changed +12
-29
lines changed Original file line number Diff line number Diff line change 2
2
"$schema" : " https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json" ,
3
3
"version" : " 0.2" ,
4
4
"dictionaries" : [
5
- " allowed -words"
5
+ " cspell -words"
6
6
],
7
7
"dictionaryDefinitions" : [
8
8
{
9
- "name" : " allowed -words" ,
9
+ "name" : " cspell -words" ,
10
10
"path" : " ./.cspell-words.txt" ,
11
11
"addWords" : true
12
12
}
13
13
],
14
+ "ignoreRegExpList" : [
15
+ " /.*data:image/png;base64.*/g" ,
16
+ " / * @author.*/g" ,
17
+ " / * @update.*/g" ,
18
+ " / +\" name\" : \" .*\" ,/"
19
+ ],
14
20
"ignorePaths" : [
15
21
" src/locale/**" ,
16
- " node_modules/**" ,
17
- " test/**"
22
+ " site/_themes/node_modules/**" ,
23
+ " tools/**" ,
24
+ " DONATORS.md"
18
25
]
19
26
}
Original file line number Diff line number Diff line change 100
100
"url" : " https://github.com/wenzhixin/bootstrap-table/issues"
101
101
},
102
102
"homepage" : " https://bootstrap-table.com" ,
103
- "types" : " ./index.d.ts" ,
104
- "cspell" : {
105
- "dictionaries" : [
106
- " cspell-words"
107
- ],
108
- "dictionaryDefinitions" : [
109
- {
110
- "name" : " cspell-words" ,
111
- "path" : " ./.cspell-words.txt" ,
112
- "addWords" : true
113
- }
114
- ],
115
- "ignoreRegExpList" : [
116
- " /.*data:image/png;base64.*/g" ,
117
- " / * @author.*/g" ,
118
- " / * @update.*/g" ,
119
- " / +\" name\" : \" .*\" ,/"
120
- ],
121
- "ignorePaths" : [
122
- " src/locale/**" ,
123
- " site/_themes/node_modules/**" ,
124
- " tools/**" ,
125
- " DONATORS.md"
126
- ]
127
- }
103
+ "types" : " ./index.d.ts"
128
104
}
You can’t perform that action at this time.
0 commit comments