1.2.15 • Published 1 year ago

eslint-plugin-05lazy v1.2.15

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

eslint-plugin-05lazy

NPM

Installation

First, install peerDependencies:

npm info eslint-plugin-05lazy peerDependencies

Next, install eslint-plugin-05lazy:

npm install eslint-plugin-05lazy --save-dev

Usage

Paste the following code into the .eslintrc file.

{
  "root": true,
  "plugins": ["05lazy"],
  "extends": ["eslint:recommended", "plugin:05lazy/recommended"],
  "env": {
    "es6": true
  },
  "parserOptions": {
    "project": "./tsconfig.json"
  }
}