@elgervb/eslint-config
v0.1.0
Published
Lint your typescript files
Downloads
1
Readme
Use
yarn add -D eslint@^8.5.0 @typescript-eslint/parser@^5.3.0 @typescript-eslint/eslint-plugin@^5.3.0
Create a .eslintrc
in the root of your repo with the following contents:
{
"extends": ["@elgervb"]
}
.eslintignore
node_modules
dist
coverage
Run
yarn eslint . --ext .js,.jsx,.ts,.tsxz