eslint-config-wnderlvst
v1.0.2
Published
## Installation
Maintainers
Readme
eslint-config-wnderlvst
Installation
yarn add -D domis4/eslint-config-wnderlvstUsage
Once you installed eslint-config-wnderlvst, you can use it by specifying wnderlvst in the extends section of your ESLint configuration.
{
"extends": "wnderlvst",
"rules": {
// Additional, per-project rules...
}
}