Skip to content

Latest commit

 

History

History

stylelint-config-copilot-scss

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

stylelint-config-copilot-scss

Stylelint shareable config for Sass (scss) support

Install

npm install stylelint-config-copilot-scss --save-dev 

Usage

Add this to your Stylelint config:

{
	"extends": "stylelint-config-copilot-scss"
}

The plugin is already imported in the config, no need to set it in the plugins array

Example: Rename .stylelintrc.example.js to .stylelintrc.js

Related