@code-quality/stylelint-base-config

The base style lint config you have been looking for.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@code-quality/stylelint-base-config
1.0.03 years ago3 years agoMinified + gzip package size for @code-quality/stylelint-base-config in KB

Readme

Actions Status
StyleLint Base Config
stylelint modern linter that helps you avoid errors and enforce conventions in your styles.

Install

yarn add stylelint @code-quality/stylelint-base-config -D

Usage

The shareable config can be configured in the stylelint configuration file:
Create a .stylelintrc.js file with the following contents:
module.exports = {
  extends: [
    '@code-quality/stylelint-base-config',
  ],
}