1.0.3 • Published 2 years ago

@releaseband/prettier-config v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@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 ."
  }
}
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago