mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-11 19:14:26 +01:00
Add Stylelint rules to avoid duplicates
This commit is contained in:
parent
f593049480
commit
7b723928ca
@ -40,6 +40,9 @@
|
||||
"declaration-block-trailing-semicolon": "always",
|
||||
"declaration-colon-space-before": "never",
|
||||
"declaration-colon-space-after": "always",
|
||||
"declaration-block-no-duplicate-custom-properties": true,
|
||||
"declaration-block-no-duplicate-properties": true,
|
||||
"font-family-no-duplicate-names": true,
|
||||
"indentation": 4,
|
||||
"media-feature-range-operator-space-before": "always",
|
||||
"media-feature-range-operator-space-after": "always",
|
||||
@ -47,6 +50,7 @@
|
||||
"media-feature-colon-space-before": "never",
|
||||
"media-feature-colon-space-after": "always",
|
||||
"no-descending-specificity": true,
|
||||
"no-duplicate-at-import-rules": true,
|
||||
"no-duplicate-selectors": true,
|
||||
"number-leading-zero": "always",
|
||||
"scss/at-import-no-partial-leading-underscore": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user