@code-quality/stylelint-base-config

1.0.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    11
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    11

Package Sidebar

Install

npm i @code-quality/stylelint-base-config

Weekly Downloads

11

Version

1.0.0

License

none

Unpacked Size

7.26 kB

Total Files

10

Last publish

Collaborators

  • michal.jarnot