Skip to content

Commit

Permalink
fix: make linter / tsc work again
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Jul 25, 2024
1 parent b46bc09 commit 9cb6fb7
Show file tree
Hide file tree
Showing 4 changed files with 748 additions and 1,791 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- run: |
npm ci
npm run lint
npm run pre-commit
npm run lint:ts
3 changes: 2 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ export default tseslint.config(
...tseslint.configs.recommended,
{
rules: {
'@typescript-eslint/no-explicit-any': 'off'
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-var-requires': 'off',
}
}
);
Loading

0 comments on commit 9cb6fb7

Please sign in to comment.