pkg/npm: ignore empty functions

This commit is contained in:
Matilde Park 2021-05-18 16:37:32 -04:00
parent 7d080c9c7d
commit e706f357bd

View File

@ -86,6 +86,7 @@ const rules = {
"new-parens": "error",
"no-buffer-constructor": "error",
"no-console": "off",
"@typescript-eslint/no-empty-function": "off",
"no-extra-semi": "off",
"no-fallthrough": "off",
"no-func-assign": "off",