1.1.2 • Published 12 months ago
@builtbysasha/stylelint v1.1.2
stylelint
Description
This package contains linting rules for SCSS files.
Installation
yarn add -D @builtbysasha/stylelint
Setup
In the root of the project, create a file .stylelintrc
with the following content:
{
"extends": "@builtbysasha/stylelint"
}