Skip to content

Commit

Permalink
fix: allow func with no-use-before-define (#7)
Browse files Browse the repository at this point in the history
* fix: allow func with no-use-before-define

* fix: allow func with no-use-before-define

* fix: allow func with no-use-before-define

* fix: allow func with no-use-before-define
  • Loading branch information
nathanvale committed Mar 20, 2019
1 parent db955b2 commit 0b510a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript.js
Expand Up @@ -16,7 +16,7 @@ module.exports = {
'@typescript-eslint/no-use-before-define': [
'error',
{
functions: true,
functions: false,
classes: true,
},
],
Expand Down

0 comments on commit 0b510a3

Please sign in to comment.