Skip to content

Commit

Permalink
chore(esbuild): add lint rule for fast-glob warning
Browse files Browse the repository at this point in the history
  • Loading branch information
43081j committed Dec 30, 2024
1 parent 21be15e commit 3718c89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/esbuild/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
{
"name": "fs-extra",
"message": "Please use equivalent utilities from `node:fs` instead."
},
{
"name": "fast-glob",
"message": "Please use `tinyglobby` in place of `fast-glob` for executing glob traversals"
}
]
}
Expand Down

0 comments on commit 3718c89

Please sign in to comment.