mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-03 01:16:14 +03:00
Adding new eslint checks:
* no-sequences * no-throw-literal
This commit is contained in:
@@ -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",
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user