0.1.0 • Published 4 years ago
eslint-plugin-vanilla-extract v0.1.0
eslint-plugin-vanilla-extract
Eslint plugin for vanilla extract lib
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-vanilla-extract:
npm install eslint-plugin-vanilla-extract --save-devUsage
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
0.1.0
4 years ago