Skip to content

Commit

Permalink
chore(recommended): add import/resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
Kawacrepe committed Apr 22, 2022
1 parent 2be416b commit be4c667
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/recommended.js
Expand Up @@ -9,6 +9,14 @@ module.exports = {
'plugin:import/typescript',
],
plugins: ['sonarjs', 'import', 'unused-imports'],
settings: {
'import/resolver': {
typescript: {
alwaysTryTypes: true,
project: 'tsconfig.json',
},
},
},
rules: {
'import/order': [
'error',
Expand Down

0 comments on commit be4c667

Please sign in to comment.