stylelint-config-dollarshaveclub
v8.0.0
Published
stylelint configuration for Dollar Shave Club
Downloads
37
Keywords
Readme
stylelint-config-dollarshaveclub
This repository contains Dollar Shave Club Stylelint rules.
This project is beta. It will be published soon.
Installation
$ npm install --save-dev stylelint-config-dollarshaveclubUsage
Once the stylelint-config-dollarshaveclub package is installed, used by specifying dollarshaveclub.
- This project will soon support scss linting (Note: this should be supported out of the box).
For frameworkless JavaScript modules:
{
"extends": "dollarshaveclub",
"rules": {
// Additional, per-project rules...
}
}Dependencies
- eslint: ensures JavaScript matches JavaScript guidelines.
- eslint-config-dollarshaveclub: ensures JavaScript matches DSC guidelines.
- globby: used for testing all test files in
tests/. - mocha: used for testing.
- stylelint: used for linting typescript (
.css, .scss) files. - sytlelint-config-standard: extends
stylelint.
License
MIT
