Skip to content

Commit

Permalink
eslint: Allow functions to be used before they're defined
Browse files Browse the repository at this point in the history
See commit message of nextstrain/nextstrain.org@fc4aee3 for rationale
  • Loading branch information
jameshadfield committed Nov 20, 2019
1 parent 2469e74 commit 6f22d9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ rules:
prefer-destructuring: off
implicit-arrow-linebreak: off
jsx-quotes: off
no-use-before-define: ["error", { "functions": false }]
parserOptions:
ecmaVersion: 6
sourceType: module
Expand Down

0 comments on commit 6f22d9f

Please sign in to comment.