Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

zazuko/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published