@hewes/eslint-config
v1.1.3
Published
This is a basic eslint config used by me
Downloads
7
Readme
eslint-config
This is a basic eslint config used by me.
To install and use do the following:
yarn add --dev @hewes/eslint-config eslint prettier
And configure eslint to extend @hewes/eslint-config
{
"extends": "@hewes/eslint-config"
}
That should do it!
Also I recommend a deviant prettier configuration as we no longer live in he 80s and github is not the one ring:
{
"printWidth": 120
}