1.0.0 • Published 1 year ago

@codecraftbr/prettier-config v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Integrate into new project

  1. Install this package as devDependency
# with Yarn
$ yarn add -D @codecraftbr/prettier-config

# with npm
$ npm i -D @codecraftbr/prettier-config
  1. Install peer dependencies of this package in your project as devDependencies

Therefore, you can make use of the tool install-peerdeps:

# with Yarn
$ yarn dlx install-peerdeps --dev @codecraftbr/prettier-config

# with npm
$ npx install-peerdeps --dev @codecraftbr/prettier-config
  1. Use Prettier config in your project

Create a .prettierrc file in project root with the following content:

"@codecraftbr/prettier-config"
1.0.0

1 year ago