0.1.2 • Published 8 years ago

stylelint-config-adambrgmn v0.1.2

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

stylelint-config-adambrgmn

My basic setup for stylelint. To make it work flawless run the following code:

$ npm install --save-dev stylelint stylelint-config-adambrgmn

Then create a new .stylelintrc-file in your projects root folder, and add the following:

{
  "extends": "stylelint-config-adambrgmn"
}