Skip to content

Commit

Permalink
fix: ignoring un-identified uses of babel presets and plugins in test…
Browse files Browse the repository at this point in the history
…-config
  • Loading branch information
jordanl17 committed Sep 25, 2024
1 parent 3fb626a commit 6e54679
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/@repo/test-config/.depcheckrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"ignores": [
"@babel/preset-env",
"@babel/preset-react",
"@babel/preset-typescript",
"babel-plugin-transform-vite-meta-hot"
]
}

0 comments on commit 6e54679

Please sign in to comment.