@zthun/janitor-stylelint-config-sass
v19.5.6
Published
A shared configuration for stylelint for @zthun scoped projects.
Maintainers
Readme
StyleLint Config
This is the shared stylelint configuration for zthun scoped projects using sass instead of raw css.
Getting Started
# NPM
npm install @zthun/janitor-stylelint-config-sass --save-dev
# Yarn
yarn add @zthun/janitor-stylelint-config-sass --devUsage
In the stylelint config file, add the following
{
"extends": ["@zthun/janitor-stylelint-config-sass"]
}That's it. You now have the recommended rules for zthun scoped projects.
