Fix wrong quotes replacement
The @stylistic/quotes
rule provides an auto fix, e.g. to replace single quotes '
by double quotes "
. In the plugin, the autofix produced incorrect replacements as seen in #1. This is now fixed.
The @stylistic/quotes
rule provides an auto fix, e.g. to replace single quotes '
by double quotes "
. In the plugin, the autofix produced incorrect replacements as seen in #1. This is now fixed.