@blobfysh/eslint-config
v2.0.3
Published
personal eslint config for js/ts node projects
Readme
Install instructions:
- Use yarn/npm:
yarn add --dev @blobfysh/eslint-config- Create .eslintrc.json with the following:
{
"extends": "@blobfysh/eslint-config/typescript"
}- success :D
