diff --git a/.stylelintrc b/.stylelintrc index a4bf8d51..c4ff038c 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -1,6 +1,7 @@ { "extends": ["stylelint-config-standard"], "rules": { - "indentation": 4 + "indentation": 4, + "import-notation": "string" } }