2.0.1 • Published 7 months ago

@entire.se/stylelint-emotion v2.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

@entire.se/stylelint-emotion

lerna npm version npm license

Extendable Stylelint configuration for emotion.

Installation

yarn add @entire.se/stylelint-emotion -D

Peer dependencies

{
  "postcss": "^8.4.21",
  "postcss-styled-syntax": "^0.5.0",
  "stylelint": "^15.3.0",
  "stylelint-config-standard": "^34.0.0"
}

Usage

Extend @entire.se/stylelint-emotion in the Stylelint configuration.

module.exports = {
  extends: '@entire.se/stylelint-emotion',
};
2.0.1

7 months ago

2.0.0

8 months ago

1.0.1

1 year ago