mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2025-05-18 12:02:33 +02:00
feat: add no-useless-concat
BREAKING CHANGE: New rule introduced
This commit is contained in:
@ -132,6 +132,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"no-useless-call": "error",
|
"no-useless-call": "error",
|
||||||
|
"no-useless-concat": "error",
|
||||||
"no-useless-computed-key": "error",
|
"no-useless-computed-key": "error",
|
||||||
"no-useless-constructor": "error",
|
"no-useless-constructor": "error",
|
||||||
"no-useless-escape": "error",
|
"no-useless-escape": "error",
|
||||||
|
Reference in New Issue
Block a user