Skip to content

Commit 9f20d94

Browse files
authoredMar 5, 2023
feat: allow template literals (#162)
1 parent f458752 commit 9f20d94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎index.js

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ module.exports = {
9393
'@typescript-eslint/no-explicit-any': 'off',
9494
'@typescript-eslint/no-unused-vars': 'off',
9595
'@typescript-eslint/no-var-requires': 'off',
96+
quotes: ['error', 'single', { allowTemplateLiterals: true }],
9697
},
9798
},
9899
{

0 commit comments

Comments
 (0)
Please sign in to comment.