@linters/stylelint-config
v1.7.0
Published
The base style lint config you have been looking for.
Maintainers
Readme
ARCHIVED: This package is no longer maintained.
Style Lint Config
stylelint modern linter that helps you avoid errors and enforce conventions in your styles.
Install
yarn add stylelint @linters/stylelint-config -DUsage
The shareable config can be configured in the stylelint configuration file:
Create a .stylelintrc.js file with the following contents:
module.exports = {
extends: ["@linters/stylelint-config"],
};