Skip to content

Commit af5ae3e

Browse files
committed
build: update config files
1 parent 87be992 commit af5ae3e

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.bundlewatch.config.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@
1010
},
1111
{
1212
"path": "./dist/css/coreui-reboot.css",
13-
"maxSize": "2.75 kB"
13+
"maxSize": "3.5 kB"
1414
},
1515
{
1616
"path": "./dist/css/coreui-reboot.min.css",
1717
"maxSize": "2.5 kB"
1818
},
1919
{
2020
"path": "./dist/css/coreui-utilities.css",
21-
"maxSize": "9.25 kB"
21+
"maxSize": "11.75 kB"
2222
},
2323
{
2424
"path": "./dist/css/coreui-utilities.min.css",
25-
"maxSize": "8.5 kB"
25+
"maxSize": "10.75 kB"
2626
},
2727
{
2828
"path": "./dist/css/coreui.css",
29-
"maxSize": "28.75 kB"
29+
"maxSize": "32.5 kB"
3030
},
3131
{
3232
"path": "./dist/css/coreui.min.css",
33-
"maxSize": "26.5 kB"
33+
"maxSize": "30.25 kB"
3434
},
3535
{
3636
"path": "./dist/js/coreui.bundle.js",

.eslintrc.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,14 @@
8888
"unicorn/no-null": "off",
8989
"unicorn/no-typeof-undefined": "off",
9090
"unicorn/no-unused-properties": "error",
91+
"unicorn/numeric-separators-style": "off",
9192
"unicorn/prefer-array-flat": "off",
93+
"unicorn/prefer-at": "off",
9294
"unicorn/prefer-dom-node-dataset": "off",
9395
"unicorn/prefer-module": "off",
9496
"unicorn/prefer-query-selector": "off",
9597
"unicorn/prefer-spread": "off",
98+
"unicorn/prefer-string-replace-all": "off",
9699
"unicorn/prevent-abbreviations": "off"
97100
},
98101
"overrides": [
@@ -189,8 +192,7 @@
189192
},
190193
"rules": {
191194
"no-new": "off",
192-
"unicorn/no-array-for-each": "off",
193-
"unicorn/numeric-separators-style": "off"
195+
"unicorn/no-array-for-each": "off"
194196
}
195197
},
196198
{

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ Thumbs.db
3838
*.komodoproject
3939

4040
# Folders to ignore
41+
/dist-sass/
4142
/js/coverage/
4243
/node_modules/

0 commit comments

Comments
 (0)