1.5.0 • Published 5 years ago

@neil188/stylelint-config v1.5.0

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

stylelint-config

npm version Travis build NpmLicense GitHub last commit (master) Greenkeeper badge

Stylelint rules for my personal projects.

Usage

Install using:

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

Note: The following are included in this package so you don't need to install them yourself:

  • stylelint
  • stylelint-a11y
  • stylelint-order
  • stylelint-no-unsupported-browser-features
  • @neil188/browserslist-config

Then in your Stylelint config file extend the rules:

module.exports = {
    'extends': [
        '@neil188/stylelint-config'
    ]
};

in package.json add the browsersList entry:

  "browserslist": [
    "extends @neil188/browserslist-config"
  ]

LICENSE

MIT