Prettier configuration for Boolfly.Chat repositories
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
Contributions, issues, and feature requests are welcome!
Feel free to check the issues.
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