Skip to content

A comprehensive test suite for Stylelint ecosystem.

License

Notifications You must be signed in to change notification settings

stylelint/stylelint-ecosystem-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stylelint Ecosystem Tester

Test

A comprehensive test suite for Stylelint ecosystem.

To see test results, click the status badge for the relevant package in the list below.

Packages

Latest Stylelint

Package Latest Stylelint Next Stylelint
@primer/stylelint-config latest next
@shopify/stylelint-plugin latest next
@stylistic/stylelint-config latest next
@stylistic/stylelint-plugin latest next
stylelint-actions-formatters latest next
stylelint-checkstyle-reporter latest next
stylelint-config-clean-order latest next
stylelint-config-css-modules latest next
stylelint-config-html latest next
stylelint-config-idiomatic-order latest next
stylelint-config-property-sort-order-smacss latest next
stylelint-config-recess-order latest next
stylelint-config-recommended latest next
stylelint-config-recommended-scss latest next
stylelint-config-recommended-vue latest next
stylelint-config-sass-guidelines latest next
stylelint-config-standard latest next
stylelint-config-standard-scss latest next
stylelint-config-suitcss latest next
stylelint-config-twbs-bootstrap latest next
stylelint-config-wikimedia latest next
stylelint-config-xo latest next
stylelint-config-xo-scss latest next
stylelint-declaration-block-no-ignored-properties latest next
stylelint-declaration-strict-value latest next
stylelint-formatter-pretty latest next
stylelint-high-performance-animation latest next
stylelint-less latest next
stylelint-media-use-custom-media latest next
stylelint-no-unsupported-browser-features latest next
stylelint-order latest next
stylelint-plugin-defensive-css latest next
stylelint-plugin-logical-css latest next
stylelint-plugin-stylus latest next
stylelint-prettier latest next
stylelint-react-native latest next
stylelint-scss latest next
stylelint-selector-bem-pattern latest next
stylelint-stylus latest next
stylelint-use-logical latest next
stylelint-use-logical-spec latest next
stylelint-use-nesting latest next
stylelint-value-no-unknown-custom-properties latest next

Total 43 packages

Tip

To update the packages list, run the npm run update-readme command.

Criteria

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-plugin keyword
    • Configurations -- including stylelint-config keyword
    • Formatters -- including stylelint-formatter keyword
  • 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'

Contributing

We welcome issues or pull requests. Please read the contributing guidelines for details.

Maintenance

This section is for maintainers.

How to test all packages

Run this command on your terminal. gh is required.

for file in .github/workflows/test-package-*.yml; do gh workflow run "${file}"; done

About

A comprehensive test suite for Stylelint ecosystem.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published