Skip to content

Latest commit

 

History

History

stylelint-css-in-js-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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'],
}