1.1.0 • Published 2 years ago

@dieproduktmacher/stylelint-config v1.1.0

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

Shared stylelint config npm

Reusable Stylelint config

What's in?

Usage

yarn add -D stylelint @dieproduktmacher/stylelint-config

stylelint.config.js

module.exports = require('@dieproduktmacher/stylelint-config');

.stylelintignore

node_modules/

package.json

{
  "scripts": {
    "lint:css": "stylelint src/**/*.*ss"
  }
}

License

MIT License