diff --git a/.eslintrc.js b/.eslintrc.js index c7b1ae8da9..996c772e22 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -33,7 +33,11 @@ module.exports = { alphabetize: { order: 'asc' }, 'newlines-between': 'always' } - ] + ], + + // Automatically use template strings + 'no-useless-concat': 'error', + 'prefer-template': 'error' } }, {