@linters/stylelint-scss-config
v1.11.0
Published
The SCSS style lint config you have been looking for.
Maintainers
Readme
ARCHIVED: This package is no longer maintained.
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 -DUsage
Create a .stylelintrc.js file with the following contents:
module.exports = {
extends: ["@linters/stylelint-scss-config"],
};