stylelint-config-tidy

0.10.0 • Public • Published

stylelint-config-tidy Build status for Stylelint Config Tidy

Stylelint shareable config for Tidy style

Why?

  • Consistency.
  • Clarity.
  • Simplicity.

Install

npm install stylelint stylelint-config-tidy --save-dev

Usage

Add some Stylelint config to your package.json:

{
    "stylelint": {
        "extends": "stylelint-config-tidy"
    }
}

Contributing

See our contributing guidelines for more details.

  1. Fork it.
  2. Make a feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request.

License

MPL-2.0 © Seth Holladay

Go make something, dang it.

Package Sidebar

Install

npm i stylelint-config-tidy

Weekly Downloads

0

Version

0.10.0

License

MPL-2.0

Unpacked Size

22.4 kB

Total Files

4

Last publish

Collaborators

  • sholladay