Skip to content

Commit

Permalink
fix(esbuild-meta): fix dependency check
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Jul 4, 2024
1 parent 07691de commit d717845
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/esbuild-meta/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"error",
{
"ignoredFiles": [
"{projectRoot}/e2e/*.{js,ts,mjs,mts}",
"{projectRoot}/e2e/**/*",
"{projectRoot}/vitest.config.e2e.{js,ts,mjs,mts}",
"{projectRoot}/vite.config.{js,ts,mjs,mts}"
]
}
Expand Down

0 comments on commit d717845

Please sign in to comment.