1.0.2 • Published 2 years ago

eslint-config-wnderlvst v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

eslint-config-wnderlvst

Installation

yarn add -D domis4/eslint-config-wnderlvst

Usage

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...
  }
}