AubreyHewes / eslint-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
}

About

License:MIT License


Languages

Language:JavaScript 100.0%