File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 10
10
},
11
11
{
12
12
"path" : " ./dist/css/coreui-reboot.css" ,
13
- "maxSize" : " 2.75 kB"
13
+ "maxSize" : " 3.5 kB"
14
14
},
15
15
{
16
16
"path" : " ./dist/css/coreui-reboot.min.css" ,
17
17
"maxSize" : " 2.5 kB"
18
18
},
19
19
{
20
20
"path" : " ./dist/css/coreui-utilities.css" ,
21
- "maxSize" : " 9.25 kB"
21
+ "maxSize" : " 11.75 kB"
22
22
},
23
23
{
24
24
"path" : " ./dist/css/coreui-utilities.min.css" ,
25
- "maxSize" : " 8.5 kB"
25
+ "maxSize" : " 10.75 kB"
26
26
},
27
27
{
28
28
"path" : " ./dist/css/coreui.css" ,
29
- "maxSize" : " 28.75 kB"
29
+ "maxSize" : " 32.5 kB"
30
30
},
31
31
{
32
32
"path" : " ./dist/css/coreui.min.css" ,
33
- "maxSize" : " 26.5 kB"
33
+ "maxSize" : " 30.25 kB"
34
34
},
35
35
{
36
36
"path" : " ./dist/js/coreui.bundle.js" ,
Original file line number Diff line number Diff line change 88
88
"unicorn/no-null" : " off" ,
89
89
"unicorn/no-typeof-undefined" : " off" ,
90
90
"unicorn/no-unused-properties" : " error" ,
91
+ "unicorn/numeric-separators-style" : " off" ,
91
92
"unicorn/prefer-array-flat" : " off" ,
93
+ "unicorn/prefer-at" : " off" ,
92
94
"unicorn/prefer-dom-node-dataset" : " off" ,
93
95
"unicorn/prefer-module" : " off" ,
94
96
"unicorn/prefer-query-selector" : " off" ,
95
97
"unicorn/prefer-spread" : " off" ,
98
+ "unicorn/prefer-string-replace-all" : " off" ,
96
99
"unicorn/prevent-abbreviations" : " off"
97
100
},
98
101
"overrides" : [
189
192
},
190
193
"rules" : {
191
194
"no-new" : " off" ,
192
- "unicorn/no-array-for-each" : " off" ,
193
- "unicorn/numeric-separators-style" : " off"
195
+ "unicorn/no-array-for-each" : " off"
194
196
}
195
197
},
196
198
{
Original file line number Diff line number Diff line change @@ -38,5 +38,6 @@ Thumbs.db
38
38
* .komodoproject
39
39
40
40
# Folders to ignore
41
+ /dist-sass /
41
42
/js /coverage /
42
43
/node_modules /
You can’t perform that action at this time.
0 commit comments