Skip to content

Commit 27fa57e

Browse files
committed
fix: quotation lint rule
1 parent c45bd02 commit 27fa57e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = {
3939
'no-continue': 'off',
4040
'object-curly-newline': ['error', { multiline: true, consistent: true }],
4141
'operator-linebreak': ['error', 'after'],
42-
quotes: ['error', 'single', { allowTemplateLiterals: true }],
42+
quotes: ['error', 'single', { allowTemplateLiterals: true, avoidEscape: true }],
4343
'no-extra-boolean-cast': 'warn',
4444
'import/extensions': ['error', 'ignorePackages'],
4545
'max-len': ['error', {

0 commit comments

Comments
 (0)