Skip to content

Commit

Permalink
Fix linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Oct 15, 2024
1 parent 40b9b11 commit 95a58d0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ export default tseslint.config(
'@typescript-eslint/no-unsafe-member-access': 0,
'@typescript-eslint/no-unsafe-argument': 0,
'@typescript-eslint/no-unsafe-call': 0,
},
}
}
},
{
ignores: [
"*/out/**",
"**/node_modules/**",
]
},
);

0 comments on commit 95a58d0

Please sign in to comment.