Netcentric / stylelint-config

Cognizant Netcentric's coding and style rules for Stylelint
Apache License 2.0
4 stars 1 forks source link

Bring back string-quotes enforce to single #13

Open quicoto opened 1 year ago

quicoto commented 1 year ago

In https://github.com/Netcentric/stylelint-config/pull/12 we had to remove the deprecated rule "string-quotes": "single"

https://stylelint.io/user-guide/rules/string-quotes

Is there an equivalent we can integrate?

kwin commented 1 year ago

Should this be covered by prettier (https://github.com/stylelint/stylelint/commit/716139d28ba2627117f563a0bae976223c4d0aee and https://github.com/stylelint/stylelint/issues/6342)?

quicoto commented 1 year ago

Thanks @kwin It's a little sad that now we need another dependency just to manage if we want single or double quotes.

We need to do some more digging