Skip to content

Commit

Permalink
[FE] fix: 빌드 오류 해결 위한 lint 라이브러리 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravende committed Feb 22, 2024
1 parent 7d8c273 commit bb67e8c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 100 deletions.
83 changes: 0 additions & 83 deletions frontend/.eslintrc.json

This file was deleted.

10 changes: 2 additions & 8 deletions frontend/package-lock.json

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

10 changes: 2 additions & 8 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ECHub",
"name": "echub",
"version": "1.0.0",
"main": "index.js",
"scripts": {
Expand All @@ -15,7 +15,6 @@
"@babel/core": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"babel-loader": "^9.1.3",
"eslint-plugin-react": "^7.33.2",
"gh-pages": "^6.1.1",
"localforage": "^1.10.0",
"match-sorter": "^6.3.4",
Expand All @@ -31,12 +30,7 @@
"webpack-dev-server": "^4.15.1"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.29.1"
"@babel/plugin-proposal-private-property-in-object": "^7.21.11"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

0 comments on commit bb67e8c

Please sign in to comment.