disable the useless "no-empty-function" warning

This commit is contained in:
tophf 2017-11-13 20:27:34 +03:00
parent ac8331e6ae
commit 68d72215a2

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]