diff options
Diffstat (limited to '.stylelintrc.json')
-rw-r--r-- | .stylelintrc.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json index be1ea613f..ad79b181a 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,5 +1,15 @@ { "extends": "stylelint-config-standard", + "overrides": [ + { + "files": ["**/*.html"], + "customSyntax": "postcss-html" + }, + { + "files": ["**/*.js"], + "customSyntax": "@stylelint/postcss-css-in-js" + } + ], "ignoreFiles": [ "**/*.min.css", "**/*.min.js", |