0.0.2 • Published 4 years ago
stylelint-config-styled-components-dva v0.0.2
stylelint-config-styled-components-dva
This package provides Dima Vakatsiienko's (dva) stylelint config as an extensible shared config.
The config is an extension of stylelint-config-standard and stylelint-config-recess-order.
The following stylelint plugins are included:
- stylelint-order
- stylelint-selector-no-empty
- stylelint-declaration-block-no-ignored-properties
- stylelint-use-nesting
Also, the config is dependent on the stylelint-processor-styled-components.
All the required dependencies are included in the installation script below.
Install
Install all the required packages using the following script:
yarn
yarn add -D stylelint stylelint-config-styled-components-dva stylelint-processor-styled-components stylelint-config-standard stylelint-config-recess-order stylelint-order stylelint-selector-no-empty stylelint-declaration-block-no-ignored-properties stylelint-use-nesting
npm
npm install -D stylelint stylelint-config-styled-components-dva stylelint-processor-styled-components stylelint-config-standard stylelint-config-recess-order stylelint-order stylelint-selector-no-empty stylelint-declaration-block-no-ignored-properties stylelint-use-nesting