remove deprecated stylelint rules
This commit is contained in:
parent
5260801290
commit
7a823438d0
@ -2,11 +2,8 @@
|
|||||||
"extends": "stylelint-config-standard",
|
"extends": "stylelint-config-standard",
|
||||||
"rules": {
|
"rules": {
|
||||||
"comment-empty-line-before": null,
|
"comment-empty-line-before": null,
|
||||||
"indentation": 4,
|
|
||||||
"no-descending-specificity": null,
|
"no-descending-specificity": null,
|
||||||
"number-max-precision": null,
|
"number-max-precision": null,
|
||||||
"max-line-length": null,
|
|
||||||
"selector-list-comma-newline-after": null,
|
|
||||||
"value-no-vendor-prefix": null
|
"value-no-vendor-prefix": null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user