@neil188/stylelint-config

1.5.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @neil188/stylelint-config

Weekly Downloads

0

Version

1.5.0

License

MIT

Unpacked Size

11.6 kB

Total Files

9

Last publish

Collaborators

  • neil188