Skip to content

Commit

Permalink
Merge pull request #42304 from Expensify/arosiclair-disable-nubd-func
Browse files Browse the repository at this point in the history
Disable no-use-before-define for function declarations
  • Loading branch information
arosiclair authored May 27, 2024
2 parents a1cb473 + 7fcb761 commit fd322cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ module.exports = {
fixMixedExportsWithInlineTypeSpecifier: false,
},
],
'@typescript-eslint/no-use-before-define': ['error', {functions: false}],

// ESLint core rules
'es/no-nullish-coalescing-operators': 'off',
Expand Down

0 comments on commit fd322cc

Please sign in to comment.