Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NDD-22] FE 초기 셋팅 (5h / 5h) #2

Merged
merged 4 commits into from
Nov 6, 2023
Merged

[NDD-22] FE 초기 셋팅 (5h / 5h) #2

merged 4 commits into from
Nov 6, 2023

Commits on Nov 6, 2023

  1. feat: FE 초기 셋팅

      - dependency
       "@emotion/babel-plugin": "^11.11.0",
        "@emotion/babel-preset-css-prop": "^11.11.0",
        "@emotion/react": "^11.11.1",
        "@emotion/styled": "^11.11.0",
        "react": "^18.2.0",
        "react-dom": "^18.2.0"
    
    -- dev
        "@babel/cli": "^7.23.0",
        "@babel/core": "^7.23.2",
        "@babel/preset-env": "^7.23.2",
        "@babel/preset-react": "^7.22.15",
        "@babel/preset-typescript": "^7.23.2",
        "@types/react": "^18.2.35",
        "@types/react-dom": "^18.2.14",
        "@typescript-eslint/eslint-plugin": "^6.9.1",
        "@typescript-eslint/parser": "^6.9.1",
        "babel-loader": "^9.1.3",
        "eslint": "^8.53.0",
        "eslint-plugin-react": "^7.33.2",
        "eslint-plugin-react-hooks": "^4.6.0",
        "html-webpack-plugin": "^5.5.0",
        "prettier": "^3.0.3",
        "ts-loader": "^9.5.0",
        "typescript": "^5.2.2",
        "webpack": "^5.89.0",
        "webpack-cli": "^4.10.0",
        "webpack-dev-server": "^4.15.1"
    
    tsc --init 을 통한 tsconfig 셋팅
    webpack 기반 react 초기 셋팅 진행
    prettier & eslint 설정
    adultlee committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    8cd3fb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b75d251 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    730f16f View commit details
    Browse the repository at this point in the history
  4. feat: unused import 관련 설정 추가

    현재 모노레포 형태에서 진행되어 root  경로를 통해 tsconfig를 찾을 수 없던 문제 해결,
    또한 하단의 react/no-unknown-property 에 대한 옵션을 추가함으로 css-props 문제 해결
    adultlee committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    e9d540e View commit details
    Browse the repository at this point in the history