adiwajshing / eslint-config

General Typescript ESLint Rules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ES-Lint

General Typescript ESLint Rules I use.

To use in your project:

yarn add git+https://github.com/adiwajshing/eslint

Then create an .eslintrc.json like (can also be a yaml or js):

{
	"extends": "@adiwajshing"
}

About

General Typescript ESLint Rules

License:MIT License