0.6.1 • Published 4 years ago

@mgsisk/stylelint-config v0.6.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

@mgsisk/stylelint-config

Opinionated stylelint configurations for CSS development.

Latest release Build status Code maintainability Test coverage Maintainer funding

The @mgsisk/stylelint-config package includes opinionated stylelint configurations for CSS development.

  • @mgsisk/stylelint-config – Standard configuration for general development.
  • @mgsisk/stylelint-config/wordpress – Customized version of stylelint-config-wordpress for WordPress plugin and theme development.

Installation

npm install --save-dev @mgsisk/stylelint-config

Usage

// .stylelintrc.js

module.exports = {
  …
  extends: ['@mgsisk/stylelint-config'],
  …
}

Support resources are available if you need help with this project.

Contributing

Contributions are always welcome; please read the code of conduct before you begin. See the changelog for notable project changes, and report any security concerns you find.

Thanks

To the contributors that help to build, fund, and maintain this project; the other works that have contributed to and inspired this project; and anyone that has found this project useful.

License

ISC