mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 21:48:21 -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",
|
"extends": "stylelint-config-standard",
|
||||||
"rules": {
|
"rules": {
|
||||||
"alpha-value-notation": "number",
|
"alpha-value-notation": "number",
|
||||||
"selector-class-pattern": null
|
"selector-class-pattern": null,
|
||||||
|
"no-descending-specificity": null
|
||||||
},
|
},
|
||||||
|
"fix": true,
|
||||||
|
"cache": true,
|
||||||
"overrides": [
|
"overrides": [
|
||||||
{
|
{
|
||||||
"files": ["*.js"],
|
"files": ["*.js"],
|
||||||
|
Loading…
Reference in New Issue
Block a user