Skip to content

Latest commit

 

History

History

stylelint-scss-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

StyleLint SCSS Config

stylelint modern linter that helps you avoid errors and enforce conventions in your styles for you SASS applications.

Install

yarn add stylelint @linters/stylelint-scss-config -D

Usage

Create a .stylelintrc.js file with the following contents:

module.exports = {
  extends: ['@linters/stylelint-scss-config'],
}