Skip to content

Commit

Permalink
fix: no unresolved linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Jan 3, 2024
1 parent 0cc025c commit cb3c2e1
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 @@ -89,6 +89,7 @@ module.exports = {
'getter-return': 'error',
'implicit-arrow-linebreak': 'off',
'import/no-cycle': 'error',
'import/no-unresolved': 'off',
indent: 'off',
'indent-legacy': 'off',
'jsx-quotes': 'off',
Expand Down

0 comments on commit cb3c2e1

Please sign in to comment.