stylelint-config-ticketfly

0.1.0 • Public • Published

stylelint-config-ticketfly

Ticketfly's stylelint configuration.

Latest NPM release CircleCI Build Status License Dependencies Dev Dependencies

Installation

npm install stylelint-config-ticketfly

Usage

In your .stylelintrc file, extend this config:

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

Extending the Config

Simply add a "rules" key to your config and add your overrides there.

For example, to change string-quotes to single and turn off the max-empty-lines rule:

{
  "extends": "stylelint-config-suitcss",
  "rules": {
    "string-quotes": "single",
    "max-empty-lines": null
  }
}

Contributing

Versioning

This project uses the npmpub package to help automate the steps involved with publishing package versions to npm. Because npmpub encourages manual updating of the CHANGELOG and the package.json version, you'll need to handle those first, commit with the message "released x.x.x" and then run npm run release.

Changelog

License

Package Sidebar

Install

npm i stylelint-config-ticketfly

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • bsipple