1.0.1 • Published 5 years ago

stylelint-config-craftworks v1.0.1

Weekly downloads
16
License
MIT
Repository
github
Last release
5 years ago

Stylelint Config Craftworks

NPM version Downloads

A stylelint config used at craftworks optimized for SCSS and Angular

Contains the ruleset of stylelint-config-standard, stylelint-config-recommended-scss, stylelint-config-rational-order/borderInBoxModel and tslint-config-prettier (in that order) and applies some rules to allow usage with Angular.

Installation

npm install stylelint-config-craftworks --save-dev

Usage

In .stylelintrc

{
  "extends": "stylelint-config-craftworks",
  "rules": {
    // your rules
  }
}

Peer Dependencies

  • stylelint ^10.0.1

See package.json for more details

License

MIT