Skip to content

Commit e66c063

Browse files
committed
fix: update style/quotes
1 parent 269f4ba commit e66c063

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
@@ -76,7 +76,7 @@ export function stylistic(): FlatESLintConfigItem[] {
7676
'style/object-property-newline': ['error', { allowMultiplePropertiesPerLine: true }],
7777
'style/operator-linebreak': ['error', 'before'],
7878
'style/padded-blocks': ['error', { blocks: 'never', classes: 'never', switches: 'never' }],
79-
'style/quotes': ['error', 'single'],
79+
'style/quotes': ['error', 'single', { allowTemplateLiterals: true, avoidEscape: true }],
8080
'style/rest-spread-spacing': ['error', 'never'],
8181
'style/semi': ['error', 'never'],
8282
'style/semi-spacing': ['error', { after: true, before: false }],

0 commit comments

Comments
 (0)