Skip to content

infinum/stylelint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published