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