@code-quality/stylelint-styled-components-config

1.7.0 • Public • Published

Actions Status

StyleLint Styled Components Config

stylelint modern linter that helps you avoid errors and enforce conventions in your styles.

Install

yarn add stylelint prettier @code-quality/stylelint-styled-components-config stylelint-config-prettier -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-styled-components-config',
    'stylelint-config-prettier',
  ],
}

Package Sidebar

Install

npm i @code-quality/stylelint-styled-components-config

Weekly Downloads

12

Version

1.7.0

License

none

Unpacked Size

8.61 kB

Total Files

10

Last publish

Collaborators

  • michal.jarnot