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 aa50a44 commit 2df834a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/esbuild-meta/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
"@nx/dependency-checks": [
"error",
{
"ignoredFiles": ["{projectRoot}/vite.config.{js,ts,mjs,mts}"]
"ignoredFiles": [
"{projectRoot}/e2e/*.{js,ts,mjs,mts}",
"{projectRoot}/vite.config.{js,ts,mjs,mts}"
]
}
]
}
Expand Down

0 comments on commit 2df834a

Please sign in to comment.