1
Fork 0

Remove the deprecated string-quotes rule.

This commit is contained in:
Bauke 2023-06-06 14:19:23 +02:00
parent 6fdc66e727
commit 3b265df2f8
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@
"stylelint-config-standard-scss"
],
"rules": {
"no-descending-specificity": null,
"string-quotes": "double"
"no-descending-specificity": null
}
}