feat(eslint): Rule "no-labels"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -251,6 +251,9 @@
|
||||
"no-iterator": [
|
||||
"error"
|
||||
],
|
||||
"no-labels": [
|
||||
"error"
|
||||
],
|
||||
"no-magic-numbers": [
|
||||
"warn",
|
||||
{
|
||||
|
Reference in New Issue
Block a user