@builtbysasha/stylelint
v1.1.2
Published
Stylelint config for my projects
Downloads
7
Readme
stylelint
Description
This package contains linting rules for SCSS files.
Installation
yarn add -D @builtbysasha/stylelintSetup
In the root of the project, create a file .stylelintrc with the following content:
{
"extends": "@builtbysasha/stylelint"
}