Skip to content

Commit 5f8f772

Browse files
committed
build: update build tools
1 parent 6bcf740 commit 5f8f772

File tree

4 files changed

+10
-127
lines changed

4 files changed

+10
-127
lines changed

.cspell.json

Lines changed: 0 additions & 121 deletions
This file was deleted.

.eslintrc.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
}
3838
],
3939
"no-console": "error",
40+
"no-negated-condition": "off",
4041
"object-curly-spacing": [
4142
"error",
4243
"always"
@@ -53,14 +54,11 @@
5354
"unicorn/no-array-callback-reference": "off",
5455
"unicorn/no-array-for-each": "off",
5556
"unicorn/no-array-method-this-argument": "off",
56-
"unicorn/no-for-loop": "off",
5757
"unicorn/no-null": "off",
5858
"unicorn/no-unused-properties": "error",
59-
"unicorn/numeric-separators-style": "off",
6059
"unicorn/prefer-array-flat": "off",
6160
"unicorn/prefer-dom-node-dataset": "off",
6261
"unicorn/prefer-module": "off",
63-
"unicorn/prefer-prototype-methods": "off",
6462
"unicorn/prefer-query-selector": "off",
6563
"unicorn/prefer-spread": "off",
6664
"unicorn/prevent-abbreviations": "off"

.stylelintrc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": [
3-
"stylelint-config-twbs-bootstrap/scss"
3+
"stylelint-config-twbs-bootstrap"
44
],
55
"rules": {
66
"declaration-property-value-disallowed-list": {
@@ -26,6 +26,12 @@
2626
"ignore": "local"
2727
}
2828
],
29-
"scss/selector-no-union-class-name": true
29+
"scss/selector-no-union-class-name": true,
30+
"value-keyword-case": [
31+
"lower",
32+
{
33+
"camelCaseSvgKeywords": true
34+
}
35+
]
3036
}
3137
}

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
languageCode: "en"
22
title: "CoreUI"
3-
baseURL: "https://coreui.io/docs/test/"
3+
baseURL: "https://coreui.io/docs/"
44
canonifyURLs: true
55
enableInlineShortcodes: true
66

0 commit comments

Comments
 (0)