Remove the deprecated string-quotes rule.
This commit is contained in:
parent
6fdc66e727
commit
3b265df2f8
|
@ -4,7 +4,6 @@
|
|||
"stylelint-config-standard-scss"
|
||||
],
|
||||
"rules": {
|
||||
"no-descending-specificity": null,
|
||||
"string-quotes": "double"
|
||||
"no-descending-specificity": null
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue