16.1.0 • Published 1 month ago

@zthun/stylelint-config-sass v16.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

StyleLint Config

This is the shared stylelint configuration for zthun scoped projects using sass instead of raw css.

Getting Started

# NPM
npm install @zthun/stylelint-config-sass --save-dev
# Yarn
yarn add @zthun/stylelint-config-sass --dev

Usage

In the stylelint config file, add the following

{
  "extends": ["@zthun/stylelint-config-sass"]
}

That's it. You now have the recommended rules for zthun scoped projects.