Skip to content

Commit

Permalink
Merge pull request #49 from DaengPlace/fix/#44
Browse files Browse the repository at this point in the history
Chore(#44): eslint.json 파일 수정
  • Loading branch information
yewoniiii authored Dec 3, 2024
2 parents 4c55621 + 1fc0eae commit 4d0324c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["next/babel", "next/core-web-vitals", "plugin:storybook/recommended"],
"extends": ["next", "next/core-web-vitals", "plugin:storybook/recommended"],
"rules": {
"react/display-name": "off"
}
Expand Down

0 comments on commit 4d0324c

Please sign in to comment.