1.0.1 • Published 3 years ago

@epandco/stylelint-config v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@epandco/stylelint-config

EP+Co's standard stylelint config for CSS and Sass projects

Installtion

$ npm install --save-dev stylelint @epandco/stylelint-config

Usage

To use @epandco/stylelint-config, simply add it to the extends field of your project's stylelint configuration:

{
  "extends": "@epandco/stylelint-config"
}

Additional project-specific rules can be added when needed:

{
  "extends": "@epandco/stylelint-config",
  "rules": {
    // Project-specific rules...
  }
}
1.0.1

3 years ago

1.0.0

3 years ago