Skip to content

Commit

Permalink
Don't use tseslint.config
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks committed Sep 8, 2024
1 parent 7369c40 commit d356d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import pluginJs from '@eslint/js';
import noOnlyTests from 'eslint-plugin-no-only-tests';
import tseslint from 'typescript-eslint';

export default tseslint.config(
export default [
{
ignores: [
'**/*.js',
Expand Down Expand Up @@ -56,4 +56,4 @@ export default tseslint.config(
'@typescript-eslint/use-unknown-in-catch-callback-variable': 'off',
},
},
);
];

0 comments on commit d356d98

Please sign in to comment.