feat(eslint): Rule "no-with"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -394,6 +394,9 @@
|
||||
"no-var": [
|
||||
"error"
|
||||
],
|
||||
"no-with": [
|
||||
"error"
|
||||
],
|
||||
"object-curly-newline": [
|
||||
"error",
|
||||
{
|
||||
|
Reference in New Issue
Block a user