Skip to content

Commit

Permalink
Remove ESLint no-use-before-define rule
Browse files Browse the repository at this point in the history
Can be difficult to adhere when interdependant functions in same file. Not error-prone.
  • Loading branch information
aduth committed Aug 4, 2017
1 parent e9b361a commit dacfec2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
"no-undef-init": "error",
"no-unreachable": "error",
"no-unsafe-negation": "error",
"no-use-before-define": [ "error", "nofunc" ],
"no-useless-computed-key": "error",
"no-useless-constructor": "error",
"no-useless-return": "error",
Expand Down

0 comments on commit dacfec2

Please sign in to comment.