eslint-config-goldhand
v0.0.1
Published
Eslint configuration used by @goldhand
Downloads
2
Readme
eslint-config-goldhand
My preferred eslint preset
Getting Started
Just install and extend eslint-config-goldhand
from your .eslintrc
file.
npm install -D eslint-config-goldhand
Edit your .eslintrc
file to look like:
{ "extends": "eslint-config-goldhand" }