stylelintrc: Drop rules not known in stylelint 16
This commit is contained in:
parent
a0f5432f4e
commit
09c6e956ac
1 changed files with 0 additions and 6 deletions
|
|
@ -1,11 +1,7 @@
|
||||||
{
|
{
|
||||||
"extends": "stylelint-config-standard-scss",
|
"extends": "stylelint-config-standard-scss",
|
||||||
"rules": {
|
"rules": {
|
||||||
"declaration-colon-newline-after": null,
|
|
||||||
"selector-list-comma-newline-after": null,
|
|
||||||
|
|
||||||
"at-rule-empty-line-before": null,
|
"at-rule-empty-line-before": null,
|
||||||
"declaration-colon-space-before": null,
|
|
||||||
"declaration-empty-line-before": null,
|
"declaration-empty-line-before": null,
|
||||||
"custom-property-empty-line-before": null,
|
"custom-property-empty-line-before": null,
|
||||||
"comment-empty-line-before": null,
|
"comment-empty-line-before": null,
|
||||||
|
|
@ -19,9 +15,7 @@
|
||||||
"declaration-block-single-line-max-declarations": null,
|
"declaration-block-single-line-max-declarations": null,
|
||||||
"font-family-no-duplicate-names": null,
|
"font-family-no-duplicate-names": null,
|
||||||
"function-url-quotes": null,
|
"function-url-quotes": null,
|
||||||
"indentation": null,
|
|
||||||
"keyframes-name-pattern": null,
|
"keyframes-name-pattern": null,
|
||||||
"max-line-length": null,
|
|
||||||
"no-descending-specificity": null,
|
"no-descending-specificity": null,
|
||||||
"no-duplicate-selectors": null,
|
"no-duplicate-selectors": null,
|
||||||
"scss/at-extend-no-missing-placeholder": null,
|
"scss/at-extend-no-missing-placeholder": null,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue