mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 18:23:49 +00:00
Add "no-debugger" eslint rule
This commit is contained in:
parent
6b4191f5e0
commit
4bb728da79
@ -64,5 +64,6 @@ module.exports = {
|
||||
],
|
||||
"eqeqeq": "error",
|
||||
"no-const-assign": "error",
|
||||
"no-debugger": "error",
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user