mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
Add "no-dup-args" eslint rule
This commit is contained in:
parent
4bb728da79
commit
9f79a03ca5
@ -65,5 +65,6 @@ module.exports = {
|
||||
"eqeqeq": "error",
|
||||
"no-const-assign": "error",
|
||||
"no-debugger": "error",
|
||||
"no-dupe-args": "error",
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user