Skip to content

ESLint를 설치한다. #20

@4BFC

Description

@4BFC
  • ESLint, Prettier를 설치하려면 front 디렉토리 내부에 ESLint를 설정해야 한다. 왜냐하면, front는 독립적인 React 프로젝트로 동작하며 ESLint 설정이 여기에 적용될 것이기 때문이다.
  • ESlint 설치 작업 명령어
  cd front
  pnpm add -D eslint prettier eslint-plugin-prettier eslint-config-prettier eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-jsx-a11y eslint-plugin-import @typescript-eslint/eslint-plugin @typescript-eslint/parser

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions