Skip to content
prettier-config / 1.0.6

prettier-config 1.0.6

Install from the command line:
Learn more about npm packages
$ npm install @releaseband/prettier-config@1.0.6
Install via package.json:
"@releaseband/prettier-config": "1.0.6"

About this version

@releaseband/prettier-config

prettier shareable config

Installing

npm i -D @releaseband/prettier-config
npx install-peerdeps --dev @releaseband/prettier-config

create .prettierrc.json file in the root project folder:

"@releaseband/prettier-config"

create .prettierignore file in the root project folder and add ignore files:

node_modules/
.idea/
.vscode/
.history/
CHANGELOG.md

add script in package.json:

{
  "scripts": {
    "format": "prettier --write ."
  }
}

Details


Assets

  • prettier-config-1.0.6.tgz

Download activity

  • Total downloads 1
  • Last 30 days 0
  • Last week 0
  • Today 0