Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 448 Bytes

File metadata and controls

19 lines (13 loc) · 448 Bytes

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'],
}