Skip to content

Commit

Permalink
hotfix: eslint 오류 해결
Browse files Browse the repository at this point in the history
- 경로 설정 수정
  • Loading branch information
dmson1218 committed Nov 29, 2023
1 parent a6f42e6 commit 8869c8c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions FE/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,11 @@ module.exports = {
"react/jsx-filename-extension": [1, { extensions: [".js", ".jsx"] }],
"react/prop-types": "off",
},
settings: {
"import/resolver": {
node: {
paths: ["src"],
},
},
},
};

0 comments on commit 8869c8c

Please sign in to comment.