Skip to content

Commit

Permalink
Merge pull request #170 from boostcampwm2023/hotfix/eslint-setting
Browse files Browse the repository at this point in the history
[Hotfix] eslint 오류 해결
  • Loading branch information
dmson1218 authored Nov 29, 2023
2 parents a6f42e6 + 8869c8c commit 5775eae
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 5775eae

Please sign in to comment.