3.0.3 • Published 1 year ago

@craftworks/stylelint-config-craftworks v3.0.3

Weekly downloads
188
License
MIT
Repository
github
Last release
1 year 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-standard-scss, stylelint-config-hudochenkov/order and stylelint-config-prettier` (in that order) and applies some rules to allow usage with Angular, among other things.

Note that stylelint-config-standard and stylelint-config-standard-scss extend stylelint-config-recommended and stylelint-config-recommended-scss respectively.

Installation

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

Usage

In .stylelintrc

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

Peer Dependencies

  • stylelint ^14

See package.json for more details

License

MIT