mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 12:48:03 -05:00
[eslint config] [semver-patch] Enable no-useless-concat rule which prefer-template already covers
This commit is contained in:
@@ -113,6 +113,9 @@ module.exports = {
|
||||
'no-unused-labels': 2,
|
||||
// disallow unnecessary .call() and .apply()
|
||||
'no-useless-call': 0,
|
||||
// disallow useless string concatenation
|
||||
// http://eslint.org/docs/rules/no-useless-concat
|
||||
'no-useless-concat': 2,
|
||||
// disallow unnecessary string escaping
|
||||
// http://eslint.org/docs/rules/no-useless-escape
|
||||
'no-useless-escape': 2,
|
||||
|
||||
Reference in New Issue
Block a user