Skip to content

Commit

Permalink
fix(js): update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Dec 9, 2024
1 parent 4adb1c1 commit 5848e0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/js/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"rules": {
"no-restricted-imports": [
"error",
{
"name": "fast-glob",
"message": "Please use `tinyglobby` instead."
},
{
"name": "fs-extra",
"message": "Please use equivalent utilities from `node:fs` instead."
Expand Down

0 comments on commit 5848e0f

Please sign in to comment.