Skip to content

Commit

Permalink
fix: add prefer-template rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Limon Monte committed Nov 13, 2019
1 parent 5cc7d43 commit 9f0275c
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 9f0275c

Please sign in to comment.