1.0.4 • Published 4 years ago

@pohodnik/stylelint-config v1.0.4

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

stylelint-config

stylesheets config for pohodnik developers

install

 yarn add -D @pohodnik/stylelint-config

or

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

usage

in root of your project place file .stylelintrc with content:

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