Restore eslint standard from v5

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2019-07-12 00:03:34 -03:00
parent 59e18b4ae7
commit e8dfc8f013

View File

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