Skip to content

Commit

Permalink
fix: add prefer-template rule
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Nov 13, 2019
1 parent b0d4c4c commit 97fb5c9
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 @@ -22,6 +22,7 @@ module.exports = {
'complexity': ['error', { max: 10 }],
'no-console': ['error', { allow: ['warn', 'error', 'info'] }],
'no-var': ['error'],
'prefer-template': 'error',
'quotes': ['error', 'single', { 'avoidEscape': true, 'allowTemplateLiterals': true }],
}
}

0 comments on commit 97fb5c9

Please sign in to comment.