@erlanggaofficial/eslint-config
v2.0.0
Published
General Typescript ESLint Rules I use.
Readme
ES-Lint
General Typescript ESLint Rules I use.
To use in your project:
yarn add git+https://github.com/ErlanggaaXzzz/eslint-configThen create an .eslintrc.json like (can also be a yaml or js):
{
"extends": "@erlanggaofficial"
}