Thank you for wanting to contribute.
To help out, you can:
- get involved in any open issue or pull request
- improve the documentation
- open new issues about your ideas for making stylelint better
To start coding, you'll need:
- a minimum of Node.js v10, though we do recommend using the latest LTS release
- the latest npm or
- the latest yarn
Then:
- Fork and clone the repository.
- Install all the dependencies with
npm ci
oryarn install --frozen-lockfile
.
When you have something to share, feel free to open a pull request.