Skip to content

Commit

Permalink
chore: update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
notaphplover committed Oct 25, 2024
1 parent 666bb77 commit 7afb2c8
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 170 deletions.
9 changes: 0 additions & 9 deletions .eslintignore

This file was deleted.

5 changes: 5 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = [
{
ignores: ["lib/", "es/", "es6/", "*.d.ts", "src/**/*.js", "test/**/*.js", ".eslintrc.js", "jest.config.js", "coverage"]
}
];
Loading

0 comments on commit 7afb2c8

Please sign in to comment.