|
1 | 1 | { |
2 | 2 | "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json", |
3 | 3 | "version": "0.2", |
| 4 | + "allowCompoundWords": true, |
4 | 5 | "words": [ |
5 | | - "Bézier", |
6 | | - "crosspoint", |
7 | 6 | "deoptimizations", |
8 | 7 | "deoptimize", |
9 | 8 | "deoptimized", |
10 | | - "fontawesome", |
11 | 9 | "Fontello", |
12 | | - "Fonticons", |
13 | | - "frontends", |
14 | 10 | "inlines", |
15 | | - "opencollective", |
16 | | - "subpoint", |
17 | | - "subselector", |
18 | | - "xast", |
19 | | - "Xlink", |
20 | 11 | // Abbreviations |
21 | 12 | "elems", // elements |
22 | 13 | "unenc", // unencoded |
23 | | - // SVG Keywords |
24 | | - "currentcolor", |
25 | 14 | // SVG Nodes / Attributes and CSS Properties, including plurals |
26 | 15 | "bbox", |
27 | 16 | "hkern", |
|
38 | 27 | // Storage |
39 | 28 | "kibibytes", |
40 | 29 | // Software |
41 | | - "grunt-svgmin", |
42 | | - "Inkscape", |
43 | 30 | "SVGOMG", |
44 | | - // NPM Packages |
45 | | - "csstree", |
46 | | - "csswhat", |
47 | 31 | // Names |
48 | 32 | "André", |
49 | 33 | "Baranovskiy", |
50 | 34 | "Dmitry", |
51 | 35 | "Keerthi", |
52 | 36 | ], |
53 | 37 | "ignorePaths": [ |
54 | | - ".github/workflows/", |
55 | | - ".gitignore", |
56 | | - ".yarnrc.yml", |
57 | 38 | "*.svg.txt", |
58 | 39 | "*.svg", |
| 40 | + "coverage/", |
59 | 41 | "cspell.jsonc", |
| 42 | + "dist/", |
60 | 43 | "LICENSE", |
61 | 44 | "test/regression/lists/", |
62 | 45 | ], |
63 | 46 | "ignoreRegExpList": [ |
64 | | - "-moz", // Mozilla Firefox CSS prefix |
65 | | - "'.+?.svg',", // path to file with .svg extension |
66 | 47 | "(?:xlink|sodipodi)(?::[a-z]+)?", // Common SVG namespaces |
67 | 48 | "[a-z]+: '#[a-f\\d]+',", // Color names in _collection.js |
68 | 49 | "[a-z]+…", // Words that have been cut off by an ellipsis |
|
71 | 52 | "\\*\\*SVG O\\*\\*ptimizer", // README |
72 | 53 | "\\b[aprs]data\\b", |
73 | 54 | "&.+?;", // HTML entity |
74 | | - "^svgo .+", // Command-line example of SVGO |
75 | 55 | "<svg.+>", // Inline SVG in code |
76 | 56 | "Atrule", // At-rule |
77 | 57 | "data:image/.+", // Data URI |
78 | 58 | "datauri", // Data URI |
79 | 59 | "descs", // Abbreviation of "descriptions" |
80 | 60 | "ENOCLS|ENOATTRS", |
81 | | - "id=([\"']).+?\\1", // ID attribute of inline SVG |
82 | 61 | "import .+", // Import statements in Javascript |
83 | | - "newres", |
84 | | - "nums", // Abbreviation of "numbers" |
85 | 62 | "onwarn", // Rollup API, |
86 | 63 | "QRAB|QRCD", |
87 | 64 | "rrggbb", |
88 | 65 | "sax\\..+", // Any properties of the sax API |
89 | | - "shorthex", // Parameter of convertColors plugin |
90 | 66 | ], |
91 | 67 | } |
0 commit comments