Skip to content

Commit

Permalink
chore: update eslintignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jdanil committed Jul 7, 2024
1 parent 259e46d commit 67e3578
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,11 @@ export default tseslint.config(
{
files: ["**/*.js"],
...tseslint.configs.disableTypeChecked,
},
{
ignores: [
"**/*.d.ts",
"**/*.js",
],
}
);

0 comments on commit 67e3578

Please sign in to comment.