Skip to content

Commit

Permalink
Drop @/-related rule (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Apr 6, 2024
1 parent f1aeaf3 commit dc92aab
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions no-restricted-imports.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ module.exports = {
message:
'You can import "react-bootstrap" instead of "react-bootstrap/*".',
},
{
group: ["../*"],
message:
'Use root-based imports (`import "@/something"`) instead of relative imports.',
},
{
group: ["formik"],
importNames: ["Form", "Formik"],
Expand Down

0 comments on commit dc92aab

Please sign in to comment.