Adding new eslint checks:

* no-sequences
 * no-throw-literal
This commit is contained in:
Guillaume Gomez 2022-06-18 16:02:44 +02:00
parent 3a8b0144c8
commit ec78ff4cd1

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