File tree Expand file tree Collapse file tree 1 file changed +19
-33
lines changed
Expand file tree Collapse file tree 1 file changed +19
-33
lines changed Original file line number Diff line number Diff line change 1- [
2- default
3- ]
4- extend-ignore-re = [
5- " WNat" ,
6- " WNAT" ,
7- " wNat" ,
8- " bU" ,
9- " whats" ,
10- " requestor" ,
11- " devlop" ,
12- " crate"
13- ]
1+ [default .extend-words ]
2+ # These are custom ignored words
3+ WNat = " WNat"
4+ WNAT = " WNAT"
5+ wNat = " wNat"
6+ bU = " bU"
7+ whats = " whats"
8+ requestor = " requestor"
9+ devlop = " devlop"
10+ crate = " crate"
1411
15- [
16- type.md
17- ]
18- check-file = true
19- extend-ignore-identifiers-re = [
20- " WNat" ,
21- " WNAT" ,
22- " wNat"
23- ]
24-
25- [
26- files
27- ]
12+ [files ]
13+ # File patterns to exclude
2814extend-exclude = [
29- " *.svg" ,
30- " *.png" ,
31- " *.jpg" ,
32- " *.woff" ,
33- " *.woff2" ,
34- " *.pdf" ,
35- " package-lock.json"
15+ " *.svg" ,
16+ " *.png" ,
17+ " *.jpg" ,
18+ " *.woff" ,
19+ " *.woff2" ,
20+ " *.pdf" ,
21+ " package-lock.json"
3622]
You can’t perform that action at this time.
0 commit comments