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