A comprehensive test suite for Stylelint ecosystem.
To see test results, visit the Actions page.
Total 51 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.