feat(eslint): Rule "no-useless-call"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -368,6 +368,9 @@
|
||||
"vars": "all"
|
||||
}
|
||||
],
|
||||
"no-useless-call": [
|
||||
"error"
|
||||
],
|
||||
"no-useless-computed-key": [
|
||||
"error",
|
||||
{
|
||||
|
Reference in New Issue
Block a user