sveltejs / eslint-config

An ESLint config for Svelte
14 stars 11 forks source link

Set avoidEscape option for quotes rule #8

Closed benmccann closed 3 years ago

benmccann commented 3 years ago

The current configuration would enforce something like 'this is a \'quoted\' string'

This rule change would allow double quotes to avoid quote escaping such as "this is a 'quoted' string"