We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
style/quotes
1 parent 269f4ba commit e66c063Copy full SHA for e66c063
src/configs/stylistic.ts
@@ -76,7 +76,7 @@ export function stylistic(): FlatESLintConfigItem[] {
76
'style/object-property-newline': ['error', { allowMultiplePropertiesPerLine: true }],
77
'style/operator-linebreak': ['error', 'before'],
78
'style/padded-blocks': ['error', { blocks: 'never', classes: 'never', switches: 'never' }],
79
- 'style/quotes': ['error', 'single'],
+ 'style/quotes': ['error', 'single', { allowTemplateLiterals: true, avoidEscape: true }],
80
'style/rest-spread-spacing': ['error', 'never'],
81
'style/semi': ['error', 'never'],
82
'style/semi-spacing': ['error', { after: true, before: false }],
0 commit comments