disable the useless "no-empty-function" warning

This commit is contained in:
tophf 2017-11-13 20:27:34 +03:00
parent 509fc4f307
commit d9a10d82e8

View File

@ -131,7 +131,7 @@ rules:
no-duplicate-imports: [2]
no-else-return: [0]
no-empty-character-class: [2]
no-empty-function: [1]
no-empty-function: [0]
no-empty-pattern: [2]
no-empty: [2, {allowEmptyCatch: true}]
no-eq-null: [2]