Adding new eslint checks:
* no-sequences * no-throw-literal
This commit is contained in:
parent
3a8b0144c8
commit
ec78ff4cd1
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