Skip to content

Commit

Permalink
refactor: lint 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
junghaesung79 committed Jan 8, 2025
1 parent 3f115ac commit 20384f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@
"position": "after"
},
{
"pattern": "react-router*",
"pattern": "react-router-dom",
"group": "external",
"position": "after"
},
{
"pattern": "react-dom*",
"pattern": "react-dom/**",
"group": "external",
"position": "after"
},
Expand Down

0 comments on commit 20384f3

Please sign in to comment.