Rollup merge of #98229 - GuillaumeGomez:eslint-checks, r=Dylan-DPC
Add new eslint checks r? ```@Dylan-DPC```
This commit is contained in:
commit
0a66e3a552
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue