eslint-plugin-vanilla-extract

0.1.0 • Public • Published

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

Package Sidebar

Install

npm i eslint-plugin-vanilla-extract

Weekly Downloads

50

Version

0.1.0

License

ISC

Unpacked Size

3.62 kB

Total Files

6

Last publish

Collaborators

  • vovanezha-test