1.0.3 • Published 3 years ago

@modohockey/stylelint-styled-components v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@modohockey/stylelint-styled-components

lerna npm version npm license

Extendable Stylelint configuration for styled-components.

Installation

yarn add @modohockey/stylelint-styled-components -D

Peer dependencies

{
  "@modohockey/prettier": "^1.0.0",
  "@stylelint/postcss-css-in-js": "^0.38.0",
  "postcss": "^8.4.17",
  "postcss-syntax": "^0.36.2",
  "prettier": "^2.4.0",
  "stylelint": "^14.2.0",
  "stylelint-config-prettier": "^9.0.3",
  "stylelint-config-styled-components": "^0.1.1",
  "stylelint-prettier": "^2.0.0"
}

Usage

Extend @modohockey/stylelint-styled-components in the Stylelint configuration. Also make sure to setup and install @modohockey/prettier and its peer dependencies.

module.exports = {
  extends: '@modohockey/stylelint-styled-components'
};
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.5

3 years ago

1.0.3

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago