@lostmyname/stylelint-config-lmn
v1.1.0
Published
A stylelint config used by the team at Lost My Name
Downloads
7
Readme
LMN Stylelint configuration
Install
$ npm i -D stylelint @lostmyname/stylelint-config-lmn
Usage
Within your .stylelintrc
file just extend from the configuration, you can also add or remove rules below on a per project basis if needed.
{
"extends": "@lostmyname/stylelint-config-lmn"
}