Skip to content

Commit

Permalink
fix: disable empty-function check (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhenliu-gg5 committed Mar 24, 2020
1 parent 20ef43d commit 6455d7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Expand Up @@ -29,6 +29,7 @@
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/no-warning-comments": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/camelcase": "off",
"node/no-missing-import": "off",
Expand Down

0 comments on commit 6455d7a

Please sign in to comment.