We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e9e81c commit 9cb596cCopy full SHA for 9cb596c
1 file changed
.eslintrc.js
@@ -47,6 +47,7 @@ module.exports = {
47
'no-use-before-define': 'off',
48
'no-console': ['error', { allow: ['warn', 'error'] }],
49
'comma-dangle': ['error', 'always-multiline'],
50
+ quotes: ['error', 'single', { allowTemplateLiterals: true }],
51
},
52
ignorePatterns: [
53
'node_modules/',
0 commit comments