Skip to content

Commit

Permalink
fix: Add .eslintignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rodriguez committed Jul 25, 2024
1 parent a6a98a7 commit 406fddd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 51 deletions.
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules/
dist/
types/
50 changes: 0 additions & 50 deletions eslint.config.mjs

This file was deleted.

4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
"paths": {
"@/*": ["src/*"]
},
}
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}

0 comments on commit 406fddd

Please sign in to comment.