Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Aug 31, 2023
1 parent 60ae2ca commit 54f1f65
Show file tree
Hide file tree
Showing 5 changed files with 401 additions and 3,469 deletions.
8 changes: 7 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,20 @@ module.exports = {
'plugin:@typescript-eslint/recommended',
'plugin:prettier/recommended',
'plugin:import/recommended',
'plugin:import/typescript',
'plugin:import/errors',
'plugin:import/warnings',
'plugin:import/typescript'
],
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint', 'unused-imports', 'prettier'],
root: true,
settings: {
'import/resolver': {
typescript: true,
typescript: {
alwaysTryTypes: true,
project: 'packages/*/tsconfig.json'
},
node: true
}
},
Expand Down
Loading

0 comments on commit 54f1f65

Please sign in to comment.