Skip to content

Commit

Permalink
chore: upgrade to eslint-config 2.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashuber69 committed Jan 9, 2025
1 parent a1c3972 commit e5b9d72
Show file tree
Hide file tree
Showing 3 changed files with 412 additions and 257 deletions.
3 changes: 0 additions & 3 deletions eslint.config.js → eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import tsEslint from "typescript-eslint";

const config = tsEslint.config([
...generalConfig,
{
files: ["src/**/*.ts"],
},
{
ignores: ["coverage/", "dist/", "src/test/**/*.js"],
},
Expand Down
Loading

0 comments on commit e5b9d72

Please sign in to comment.