@boolfly.chat/prettier-config
v0.31.25
Published
Prettier configuration for Boolfly.Chat repositories
Downloads
69
Readme
@boolfly.chat/prettier-config
Prettier configuration for Boolfly.Chat repositories
Install
Firstly, install the peer dependencies (prerequisites):
npm i -D prettier
# or, if you are using yarn:
yarn add -D prettier
Add @boolfly.chat/prettier-config
as a dependency:
npm i -D @boolfly.chat/prettier-config
# or, if you are using yarn:
yarn add -D @boolfly.chat/prettier-config
Contributing
Contributions, issues, and feature requests are welcome! Feel free to check the issues.
Linting
To ensure the source is matching our coding style, we perform linting. Before commiting, check if your code fits our style by running:
yarn lint
Some linter warnings and errors can be automatically fixed:
yarn lint-and-fix