diff options
Diffstat (limited to 'client/.stylelintrc.json')
-rw-r--r-- | client/.stylelintrc.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/.stylelintrc.json b/client/.stylelintrc.json index 3b6a465e1..9f8afa29c 100644 --- a/client/.stylelintrc.json +++ b/client/.stylelintrc.json | |||
@@ -4,7 +4,6 @@ | |||
4 | "scss/at-import-no-partial-leading-underscore": null, | 4 | "scss/at-import-no-partial-leading-underscore": null, |
5 | "color-hex-case": null, | 5 | "color-hex-case": null, |
6 | "color-hex-length": null, | 6 | "color-hex-length": null, |
7 | "order/properties-alphabetical-order": null, | ||
8 | "selector-pseudo-element-no-unknown": [ | 7 | "selector-pseudo-element-no-unknown": [ |
9 | true, | 8 | true, |
10 | { | 9 | { |
@@ -24,7 +23,6 @@ | |||
24 | "rule-empty-line-before": null, | 23 | "rule-empty-line-before": null, |
25 | "selector-max-id": null, | 24 | "selector-max-id": null, |
26 | "scss/at-function-pattern": null, | 25 | "scss/at-function-pattern": null, |
27 | "function-parentheses-space-inside": "never-single-line", | ||
28 | "property-no-vendor-prefix": [ | 26 | "property-no-vendor-prefix": [ |
29 | true, | 27 | true, |
30 | { | 28 | { |