Skip to content

Commit 9cb596c

Browse files
committed
chore: change quotes rule
1 parent 9e9e81c commit 9cb596c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ module.exports = {
4747
'no-use-before-define': 'off',
4848
'no-console': ['error', { allow: ['warn', 'error'] }],
4949
'comma-dangle': ['error', 'always-multiline'],
50+
quotes: ['error', 'single', { allowTemplateLiterals: true }],
5051
},
5152
ignorePatterns: [
5253
'node_modules/',

0 commit comments

Comments
 (0)