mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 09:14:20 +00:00
Rollup merge of #98229 - GuillaumeGomez:eslint-checks, r=Dylan-DPC
Add new eslint checks r? ```@Dylan-DPC```
This commit is contained in:
commit
0a66e3a552
@ -89,5 +89,7 @@ module.exports = {
|
||||
"no-multi-assign": "error",
|
||||
"no-return-assign": "error",
|
||||
"no-script-url": "error",
|
||||
"no-sequences": "error",
|
||||
"no-throw-literal": "error",
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user