@superbrave/prettier-config
Prettier config for Superbrave frontend projects
Want to make changes?
- Run
npm install
- Update
prettier.config.js
with desired settings - If you haven't done so, copy .env file:
$ cp .env.dist .env
- Create a personal access token in Github and paste token in
GITHUB_TOKEN
variable in.env
file - Release your version:
$ npm run release
and follow prompt