Skip to content

Commit

Permalink
feat: allow template literals (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre authored Mar 5, 2023
1 parent f458752 commit 9f20d94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ module.exports = {
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-unused-vars': 'off',
'@typescript-eslint/no-var-requires': 'off',
quotes: ['error', 'single', { allowTemplateLiterals: true }],
},
},
{
Expand Down

0 comments on commit 9f20d94

Please sign in to comment.