Skip to content

Commit

Permalink
chore: Update lint and other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Aug 8, 2024
1 parent d675ad0 commit c417076
Show file tree
Hide file tree
Showing 62 changed files with 5,595 additions and 1,900 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

8 changes: 0 additions & 8 deletions .eslintrc.json

This file was deleted.

15 changes: 15 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import tamiaTypeScript from 'eslint-config-tamia/typescript';

export default [
...tamiaTypeScript,
{
rules: {
'require-await': 'off',
'@typescript-eslint/explicit-member-accessibility': 'off',
'unicorn/no-anonymous-default-export': 'off',
},
},
{
ignores: ['out/', 'src/test/files/', '.vscode-test/'],
},
];
Loading

0 comments on commit c417076

Please sign in to comment.