1.0.2 • Published 4 months ago

@infinumjs/stylelint-config v1.0.2

Weekly downloads
117
License
MIT
Repository
github
Last release
4 months ago

stylelint-config

Installation

NPM:

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

Yarn:

yarn add @infinumjs/stylelint-config -D

Usage

If you've installed @infinumjs/stylelint-config locally within your project, just set your stylelint config to:

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

If you've globally installed @infinumjs/stylelint-config using the -g flag, then you'll need to use the absolute path to @infinumjs/stylelint-config in your config e.g.

{
  "extends": "/absolute/path/to/@infinumjs/stylelint-config"
}

License

The MIT License

Credits

stylelint-config is maintained and sponsored by Infinum.