1.1.3 • Published 6 years ago

@hewes/eslint-config v1.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Known Vulnerabilities GitHub last commit GitHub tag (latest by date) npm npm Beerpay

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
}