Skip to content

Commit

Permalink
feat: 빌드 에러 및 워닝 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
llddang committed Nov 29, 2024
1 parent cda2304 commit 1fd4842
Show file tree
Hide file tree
Showing 22 changed files with 293 additions and 293 deletions.
3 changes: 0 additions & 3 deletions frontend/.babelrc

This file was deleted.

12 changes: 2 additions & 10 deletions frontend/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
{
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": ["next/core-web-vitals", "plugin:@typescript-eslint/recommended", "plugin:prettier/recommended"],
"settings": {
"import/resolver": {
"node": true,
"typescript": true
},
"import/parsers": { "@typescript-eslint/parser": [".ts", ".tsx"] }
}
"extends": ["next/core-web-vitals"],
"rules": { "react-hooks/exhaustive-deps": "off", "@next/next/no-img-element": "off" }
}
9 changes: 0 additions & 9 deletions frontend/babel.config.json

This file was deleted.

225 changes: 184 additions & 41 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"@types/react-cookies": "^0.1.3",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/parser": "^8.16.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.3",
Expand Down
Loading

0 comments on commit 1fd4842

Please sign in to comment.