Skip to content

Commit

Permalink
provide for type checking
Browse files Browse the repository at this point in the history
- use `noImplicitReturns` instead of `consistent-return`
  • Loading branch information
irahopkinson committed Nov 12, 2024
1 parent 89e4d47 commit b026e1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ module.exports = {

// #region ERB rules

// Use `noImplicitReturns` instead. See https://typescript-eslint.io/rules/consistent-return/.
'consistent-return': 'off',
'import/extensions': 'off',
// A temporary hack related to IDE not resolving correct package.json
'import/no-extraneous-dependencies': 'off',
Expand Down

0 comments on commit b026e1f

Please sign in to comment.