Skip to content

Commit

Permalink
Merge pull request #52 from DaengPlace/fix/#44
Browse files Browse the repository at this point in the history
Chore(#44): eslint, babel 수정
  • Loading branch information
yewoniiii authored Dec 3, 2024
2 parents 4420484 + 320553c commit 57f0fbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@storybook/test": "8.4.4",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"eslint-config-next": "^15.0.3",
"eslint-plugin-storybook": "^0.11.0",
"storybook": "8.4.4"
}
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4548,7 +4548,7 @@ escape-string-regexp@^4.0.0:
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==

[email protected]:
eslint-config-next@^15.0.3:
version "15.0.3"
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-15.0.3.tgz#b483585260d5e55050d4ab87e053c88089ae12ee"
integrity sha512-IGP2DdQQrgjcr4mwFPve4DrCqo7CVVez1WoYY47XwKSrYO4hC0Dlb+iJA60i0YfICOzgNADIb8r28BpQ5Zs0wg==
Expand Down

0 comments on commit 57f0fbb

Please sign in to comment.