Rollup merge of #98229 - GuillaumeGomez:eslint-checks, r=Dylan-DPC

Add new eslint checks

r? ```@Dylan-DPC```
This commit is contained in:
Matthias Krüger 2022-06-19 00:17:15 +02:00 committed by GitHub
commit 0a66e3a552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",
}
};