Skip to content

Commit c1a7f80

Browse files
committed
build: update build tools
1 parent ff7ff7d commit c1a7f80

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

.eslintrc.json

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"unicorn/no-array-callback-reference": "off",
5656
"unicorn/no-array-method-this-argument": "off",
5757
"unicorn/no-null": "off",
58+
"unicorn/no-typeof-undefined": "off",
5859
"unicorn/no-unused-properties": "error",
5960
"unicorn/prefer-array-flat": "off",
6061
"unicorn/prefer-dom-node-dataset": "off",

.stylelintrc

+10-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,14 @@
2727
}
2828
],
2929
"scss/selector-no-union-class-name": true
30-
}
30+
},
31+
"overrides": [
32+
{
33+
"files": "scss/**/*.{test,spec}.scss",
34+
"rules": {
35+
"scss/dollar-variable-default": null,
36+
"declaration-no-important": null
37+
}
38+
}
39+
]
3140
}

config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ params:
7676
cdn:
7777
# See https://www.srihash.org for info on how to generate the hashes
7878
css: "https://cdn.jsdelivr.net/npm/@coreui/[email protected]/dist/css/coreui.min.css"
79-
css_hash: "sha384-xSyvfN8PJimLhlxiQHc2KC+YHgV0qJpr3zVccSQqHZcICy4GBxMFkFdtDAy3/N44"
79+
css_hash: "sha384-PEo/NAKJEN318LeDvYUzENW9J05vrbldkVc8xOWwrQujVv1nuRcTXfVbH8axvSNk"
8080
css_rtl: "https://cdn.jsdelivr.net/npm/@coreui/[email protected]/dist/css/coreui.rtl.min.css"
81-
css_rtl_hash: "sha384-a5VQJhcH0QxZkTD3Tov8HHT1dC67y5mPi4A7b0vUsCFmc/BG1A4toX5kCciRHvVI"
81+
css_rtl_hash: "sha384-Bqf/KsKKm1lO23SM0zVyg6p2lGyrXX8CQwc+/981hPnR5mLGUqA5KuhFryCtyWz0"
8282
js: "https://cdn.jsdelivr.net/npm/@coreui/[email protected]/dist/js/coreui.min.js"
83-
js_hash: "sha384-WHvSDZaDrlwCuVIrspLiBNuVEpwuRqYA8gBwBQXNSO8y4q3tUcP2HJ74ixDbaN0d"
83+
js_hash: "sha384-qVaUi0julBP4h0s04mnrTlvDtEOEV4Y7Qha1dxyAeRTV87JfHb6RGCdJP0vue7/6"
8484
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/[email protected]/dist/js/coreui.bundle.min.js"
85-
js_bundle_hash: "sha384-xRP7Wu8WAVfL2gQin33Prg2mTtZD6bDu5dv1DAUxZpS+P8BDEXGw6DaYQQQ9C9CL"
85+
js_bundle_hash: "sha384-XnSpd7G8ncnmaNrhAS8dlJjDQYu+PgdHUELHmKwWkH8NfvjcbRZV99kucyeq2y29"
8686
popper: "https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
8787
popper_hash: "sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3"

0 commit comments

Comments
 (0)