feat(eslint): Rule "no-empty"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -197,6 +197,12 @@
|
||||
"no-debugger": [
|
||||
"warn"
|
||||
],
|
||||
"no-empty": [
|
||||
"warn",
|
||||
{
|
||||
"allowEmptyCatch": false
|
||||
}
|
||||
],
|
||||
"no-eval": [
|
||||
"error",
|
||||
{
|
||||
|
Reference in New Issue
Block a user