Skip to content

vovanezha/eslint-plugin-vanilla-extract

Repository files navigation

eslint-plugin-vanilla-extract

Eslint plugin for vanilla extract lib

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-vanilla-extract:

npm install eslint-plugin-vanilla-extract --save-dev

Usage

Add vanilla-extract to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "vanilla-extract"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "vanilla-extract/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here

Releases

No releases published

Packages

No packages published