summaryrefslogtreecommitdiffstats
path: root/.stylelintrc.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.stylelintrc.yaml')
-rw-r--r--.stylelintrc.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.stylelintrc.yaml b/.stylelintrc.yaml
index 7dad9d0594..a9854de4e8 100644
--- a/.stylelintrc.yaml
+++ b/.stylelintrc.yaml
@@ -11,6 +11,8 @@ overrides:
- files: ["**/chroma/*", "**/codemirror/*"]
rules:
block-no-empty: null
+ - files: ["**/*.vue"]
+ customSyntax: postcss-html
rules:
alpha-value-notation: null
@@ -96,7 +98,7 @@ rules:
property-no-vendor-prefix: null
rule-empty-line-before: null
rule-selector-property-disallowed-list: null
- scale-unlimited/declaration-strict-value: [[color, background-color, border-color, font-weight], {ignoreValues: /^(inherit|transparent|unset|initial|currentcolor|none)$/, ignoreFunctions: false}]
+ scale-unlimited/declaration-strict-value: [[color, background-color, border-color, font-weight], {ignoreValues: /^(inherit|transparent|unset|initial|currentcolor|none)$/, ignoreFunctions: false, disableFix: true}]
selector-attribute-name-disallowed-list: null
selector-attribute-operator-allowed-list: null
selector-attribute-operator-disallowed-list: null