Merge pull request #537 from jonnybarnes/536-webpack-doesnt-compile-anymore

Tweak stylelint rule for import notation
This commit is contained in:
Jonny Barnes 2022-11-09 20:41:04 +00:00 committed by GitHub
commit 3270bfed7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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