@pohodnik/stylelint-config
v1.0.4
Published
Stylesheets config for pohodnik developers
Downloads
2
Readme
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"
}