File tree Expand file tree Collapse file tree 4 files changed +10
-127
lines changed
Expand file tree Collapse file tree 4 files changed +10
-127
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3737 }
3838 ],
3939 "no-console" : " error" ,
40+ "no-negated-condition" : " off" ,
4041 "object-curly-spacing" : [
4142 " error" ,
4243 " always"
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"
Original file line number Diff line number Diff line change 11{
22 "extends": [
3- "stylelint-config-twbs-bootstrap/scss "
3+ "stylelint-config-twbs-bootstrap"
44 ],
55 "rules": {
66 "declaration-property-value-disallowed-list": {
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}
Original file line number Diff line number Diff line change 11languageCode : " en"
22title : " CoreUI"
3- baseURL : " https://coreui.io/docs/test/ "
3+ baseURL : " https://coreui.io/docs/"
44canonifyURLs : true
55enableInlineShortcodes : true
66
You can’t perform that action at this time.
0 commit comments