Skip to content

Commit

Permalink
javascript: disable @typescript-eslint/explicit-module-boundary-types
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed May 28, 2020
1 parent d69d428 commit 688c78f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion javascript/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@
"node/no-extraneous-import": "error",
"@typescript-eslint/ban-ts-ignore": "off",
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/interface-name-prefix": "off",
"@typescript-eslint/member-delimiter-style": "off",
"@typescript-eslint/no-explicit-any": "off",
Expand Down

0 comments on commit 688c78f

Please sign in to comment.