Add "no-dupe-else-if" eslint rule
This commit is contained in:
parent
9f79a03ca5
commit
397ad826b0
1 changed files with 1 additions and 0 deletions
|
|
@ -66,5 +66,6 @@ module.exports = {
|
|||
"no-const-assign": "error",
|
||||
"no-debugger": "error",
|
||||
"no-dupe-args": "error",
|
||||
"no-dupe-else-if": "error",
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue