🩹 fix: remove unnecessary `stylelint` checks by disabling them in the `stylelint` config file (#375)

This commit is contained in:
neon_arch 2023-11-03 12:04:31 +03:00
parent b123fbbdab
commit faf9995962
1 changed files with 5 additions and 2 deletions

View File

@ -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"],