Tweak stylelint rule for import notation

This commit is contained in:
Jonny Barnes 2022-11-09 20:37:12 +00:00
parent 4f4f7769da
commit ec264a9d4e
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

View file

@ -1,6 +1,7 @@
{ {
"extends": ["stylelint-config-standard"], "extends": ["stylelint-config-standard"],
"rules": { "rules": {
"indentation": 4 "indentation": 4,
"import-notation": "string"
} }
} }