Skip to content

Commit cdb3af7

Browse files
committed
fix(style/quotes): disable avoidEscape for consistency
1 parent dbc1e76 commit cdb3af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configs/stylistic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export function stylistic(options: StylisticConfig = {}): FlatESLintConfigItem[]
9898
'style/operator-linebreak': ['error', 'before'],
9999
'style/padded-blocks': ['error', { blocks: 'never', classes: 'never', switches: 'never' }],
100100
'style/quote-props': ['error', 'consistent-as-needed'],
101-
'style/quotes': ['error', quotes, { allowTemplateLiterals: true, avoidEscape: true }],
101+
'style/quotes': ['error', quotes, { allowTemplateLiterals: true, avoidEscape: false }],
102102
'style/rest-spread-spacing': ['error', 'never'],
103103
'style/semi': ['error', 'never'],
104104
'style/semi-spacing': ['error', { after: true, before: false }],

0 commit comments

Comments
 (0)