Skip to content

Commit

Permalink
Prevent using template literals when not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 3, 2018
1 parent ca8e043 commit ea693f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,7 @@ module.exports = {
'operator-linebreak': ['error', 'after'],
'padded-blocks': ['error', 'never'],
'quote-props': ['error', 'as-needed'],
quotes: ['error', 'single', {
allowTemplateLiterals: true
}],
quotes: ['error', 'single'],
'semi-spacing': ['error', {
before: false,
after: true
Expand Down

0 comments on commit ea693f3

Please sign in to comment.