npm.io
1.7.0 • Published 5 months ago

@linters/stylelint-css-in-js-config

Licence
Version
1.7.0
Deps
4
Size
10 kB
Vulns
0
Weekly
0
Stars
11

ARCHIVED: This package is no longer maintained.

StyleLint CSS-IN-JS Config

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

Install

yarn add stylelint @linters/stylelint-css-in-js-config -D

Usage

Create a .stylelintrc.js file with the following contents:

module.exports = {
  extends: ["@linters/stylelint-css-in-js-config"],
};