A comprehensive test suite for Stylelint ecosystem.
To see test results, click the status badge for the relevant package in the list below.
| Package | Latest Stylelint | Next Stylelint |
|---|---|---|
Total 43 packages
Tip
To update the packages list, run the npm run update-readme command.
An eligible package should meet the following criteria:
- Top 20 most popular packages in the following categories, except for those that do not obviously work with the latest Stylelint:
- Plugins -- including
stylelint-pluginkeyword - Configurations -- including
stylelint-configkeyword - Formatters -- including
stylelint-formatterkeyword
- Plugins -- including
- Or, acknowledged as exceptionally important
Tip
The npm view and npm search commands can help us find such a package:
npm view <your_package>npm search --searchopts='sortBy=popularity' --searchlimit=20 'keywords:stylelint-plugin'npm search --searchopts='sortBy=popularity' --searchlimit=20 'keywords:stylelint-config'npm search --searchopts='sortBy=popularity' --searchlimit=20 'keywords:stylelint-formatter'We welcome issues or pull requests. Please read the contributing guidelines for details.
This section is for maintainers.
Run this command on your terminal. gh is required.
for file in .github/workflows/test-package-*.yml; do gh workflow run "${file}"; done