🩹 fix: remove unnecessary stylelint
checks by disabling them in the stylelint
config file (#375)
This commit is contained in:
parent
b123fbbdab
commit
faf9995962
1 changed files with 5 additions and 2 deletions
|
@ -1,9 +1,12 @@
|
|||
{
|
||||
{
|
||||
"extends": "stylelint-config-standard",
|
||||
"rules": {
|
||||
"alpha-value-notation": "number",
|
||||
"selector-class-pattern": null
|
||||
"selector-class-pattern": null,
|
||||
"no-descending-specificity": null
|
||||
},
|
||||
"fix": true,
|
||||
"cache": true,
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["*.js"],
|
||||
|
|
Loading…
Add table
Reference in a new issue