feat(eslint): Rule "no-with"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-14 02:33:19 +04:00
parent 7061ae1ad7
commit 273e1d7ed1
2 changed files with 4 additions and 1 deletions

View File

@ -394,6 +394,9 @@
"no-var": [
"error"
],
"no-with": [
"error"
],
"object-curly-newline": [
"error",
{