Skip to content

Commit

Permalink
Add resolver to fix unresolved error
Browse files Browse the repository at this point in the history
  • Loading branch information
muno92 committed Nov 27, 2024
1 parent 1fe85b5 commit fb1a01c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,14 @@ export default [
semi: 'off',
'@typescript-eslint/unbound-method': 'error',
'i18n-text/no-en': 'off'
},

settings: {
'import/resolver': {
node: {
extensions: ['.js', '.ts']
}
}
}
}
]

0 comments on commit fb1a01c

Please sign in to comment.