Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 244 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 244 Bytes

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