disable the useless "no-empty-function" warning
This commit is contained in:
parent
ac8331e6ae
commit
68d72215a2
|
@ -131,7 +131,7 @@ rules:
|
||||||
no-duplicate-imports: [2]
|
no-duplicate-imports: [2]
|
||||||
no-else-return: [0]
|
no-else-return: [0]
|
||||||
no-empty-character-class: [2]
|
no-empty-character-class: [2]
|
||||||
no-empty-function: [1]
|
no-empty-function: [0]
|
||||||
no-empty-pattern: [2]
|
no-empty-pattern: [2]
|
||||||
no-empty: [2, {allowEmptyCatch: true}]
|
no-empty: [2, {allowEmptyCatch: true}]
|
||||||
no-eq-null: [2]
|
no-eq-null: [2]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user