1.0.0 • Published 4 years ago

@code-quality/stylelint-base-config v1.0.0

Weekly downloads
15
License
-
Repository
github
Last release
4 years ago

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