stylelint-config-simplymadeapps
v0.1.4
Published
stylelint config for Simply Made Apps
Downloads
10
Readme
Stylelint Config for Simply Made Apps
Install the package via Yarn:
yarn add stylelint-config-simplymadeapps --dev
Create the .stylelintrc
file in the root of the project containing:
{
"extends": "stylelint-config-simplymadeapps"
}