1.0.0 • Published 10 months ago

@junyeol/prettier-config v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

My Prettier configuration

프로젝트에 통합하기

  1. devDependency에 패키지를 설치

    # with Yarn
    $ yarn add -D @junyeol/prettier-config
    
    # with npm
    $ npm i -D @junyeol/prettier-config
    
    # with pnpm
    $ pnpm add -D @junyeol/prettier-config
  2. devDependencies에 peerDendencies를 설치

    # with Yarn
    $ yarn dlx install-peerdeps --dev @junyeol/prettier-config
    
    # with npm
    $ npx install-peerdeps --dev @junyeol/prettier-config
    
    #with pnpm
    $ pnpm dlx install-peerdeps --dev @junyeol/prettier-config
  3. 프로젝트에서 사용

프로젝트 루트 경로에 .prettierrc 을 생성하고, 다음 내용을 붙여넣기

"@junyeol/prettier-config"
1.0.0

10 months ago