Restore eslint standard from v5
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
59e18b4ae7
commit
e8dfc8f013
@ -39,6 +39,8 @@
|
||||
"no-new-func": "error",
|
||||
"no-new-object": "error",
|
||||
"no-param-reassign": "error",
|
||||
"no-prototype-builtins": "off",
|
||||
"no-redeclare": ["error", { "builtinGlobals": false }],
|
||||
"no-trailing-spaces": "error",
|
||||
"no-underscore-dangle": "error",
|
||||
"no-unneeded-ternary": "error",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user