zazuko / eslint-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@zazuko/eslint-config

Slightly customized standard config with TypeScript rules enabled.

Installation

npm i --save-dev \
    @zazuko/eslint-config \
    @typescript-eslint/eslint-plugin \
    @typescript-eslint/parser \
    standard

Usage

In your eslint config:

{
  "extends": [ "@zazuko" ],
  "parser": {
    "project": "./tsconfig.json"
  }
}

About


Languages

Language:JavaScript 100.0%