mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 20:04:09 +03:00
pkg/npm: ignore empty functions
This commit is contained in:
parent
7d080c9c7d
commit
e706f357bd
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user