feat(eslint): Rule "no-useless-rename"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -362,6 +362,14 @@
|
||||
"vars": "all"
|
||||
}
|
||||
],
|
||||
"no-useless-rename": [
|
||||
"error",
|
||||
{
|
||||
"ignoreDestructuring": false,
|
||||
"ignoreExport": false,
|
||||
"ignoreImport": false
|
||||
}
|
||||
],
|
||||
"no-var": [
|
||||
"error"
|
||||
],
|
||||
|
Reference in New Issue
Block a user