First off, thanks for taking the time to contribute!
- Fork (https://github.com/ts-graphviz/prettier-plugin-dot/fork).
- Run
yarn install
command and install dependencies. - Create a feature branch.
- Commit your changes.
- Rebase your local changes against the main branch.
- Run test suite with the
yarn test
command and confirm that it passes. - Run
yarn lint
andyarn build
. - Create new Pull Request.
- Node.js >=14.x
- yarn >=1.17