Skip to content

Commit

Permalink
fix: add relative lib references
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit committed Apr 14, 2023
1 parent c82f5b5 commit 3450c25
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ module.exports = {
"imports from this repo's src folder should be a relative path",
},
{
group: ["lib/**"],
message:
"import from /src not from /lib. /lib is a build artifact",
group: ["**/../lib/**", "lib/**"],
message: "import from /src not from /lib. /lib is a build artifact",
},
],
},
Expand Down

0 comments on commit 3450c25

Please sign in to comment.