In TS, we have enabled the eslint rule that says "try not to use quotes, but if one prop needs quotes, quote all of them". prettier also has this setting; it'd be great if dprint also had this variant so we could remove a lint rule when we switch over.
Note that "consistent" in both do different things; consistent-as-needed is the right one.
In TS, we have enabled the eslint rule that says "try not to use quotes, but if one prop needs quotes, quote all of them". prettier also has this setting; it'd be great if dprint also had this variant so we could remove a lint rule when we switch over.
Note that "consistent" in both do different things; consistent-as-needed is the right one.