mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 05:38:20 -05:00
🩹 fix: remove unnecessary stylelint
checks by disabling them in the stylelint
config file (#375)
This commit is contained in:
parent
b123fbbdab
commit
faf9995962
@ -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…
Reference in New Issue
Block a user