1
0
Fork 0

overridde instead of replace

This commit is contained in:
s-pace 2018-11-02 17:58:01 +01:00
parent dd6f2f1611
commit e0b8b7a435

View file

@ -1,3 +1,10 @@
{
"singleQuote": true
"overrides": [
{
"files": "*.scss",
"options": {
"singleQuote": true
}
}
]
}