1.0.4 • Published 5 years ago
@pohodnik/stylelint-config v1.0.4
stylelint-config
stylesheets config for pohodnik developers
install
 yarn add -D @pohodnik/stylelint-configor
 npm install --save-dev @pohodnik/stylelint-configusage
in root of your project place file .stylelintrc with content:
{
    "extends": "@pohodnik/stylelint-config"
}