|
|
@@ -3,7 +3,7 @@
|
|
|
"plugins": [
|
|
|
"stylelint-order",
|
|
|
"stylelint-scss",
|
|
|
- "stylelint-stylistic"
|
|
|
+ "@stylistic/stylelint-plugin"
|
|
|
],
|
|
|
"rules": {
|
|
|
"at-rule-empty-line-before": [
|
|
|
@@ -11,27 +11,27 @@
|
|
|
"ignoreAtRules": [ "after-comment", "else" ]
|
|
|
}
|
|
|
],
|
|
|
- "stylistic/at-rule-name-space-after": [
|
|
|
+ "@stylistic/at-rule-name-space-after": [
|
|
|
"always", {
|
|
|
"ignoreAtRules": [ "after-comment" ]
|
|
|
}
|
|
|
],
|
|
|
- "stylistic/block-closing-brace-newline-after": [
|
|
|
+ "@stylistic/block-closing-brace-newline-after": [
|
|
|
"always", {
|
|
|
"ignoreAtRules": [ "if", "else" ]
|
|
|
}
|
|
|
],
|
|
|
- "stylistic/block-closing-brace-newline-before": "always-multi-line",
|
|
|
- "stylistic/block-opening-brace-newline-after": "always-multi-line",
|
|
|
- "stylistic/block-opening-brace-space-before": "always",
|
|
|
- "stylistic/color-hex-case": "lower",
|
|
|
+ "@stylistic/block-closing-brace-newline-before": "always-multi-line",
|
|
|
+ "@stylistic/block-opening-brace-newline-after": "always-multi-line",
|
|
|
+ "@stylistic/block-opening-brace-space-before": "always",
|
|
|
+ "@stylistic/color-hex-case": "lower",
|
|
|
"color-hex-length": "short",
|
|
|
"color-no-invalid-hex": true,
|
|
|
- "stylistic/declaration-colon-space-after": "always",
|
|
|
- "stylistic/declaration-colon-space-before": "never",
|
|
|
- "stylistic/indentation": "tab",
|
|
|
+ "@stylistic/declaration-colon-space-after": "always",
|
|
|
+ "@stylistic/declaration-colon-space-before": "never",
|
|
|
+ "@stylistic/indentation": "tab",
|
|
|
"no-descending-specificity": null,
|
|
|
- "stylistic/no-eol-whitespace": true,
|
|
|
+ "@stylistic/no-eol-whitespace": true,
|
|
|
"property-no-vendor-prefix": true,
|
|
|
"rule-empty-line-before": [
|
|
|
"always", {
|