@zeit/eslint-config-node
v0.3.0
Published
Contains a series of sensible defaults on top of the `eslint:recommended` config to prevent common JavaScript gotchas.
Downloads
1,567
Keywords
Readme
@zeit/eslint-config-node
Contains a series of sensible defaults on top of the eslint:recommended
config to prevent common JavaScript gotchas.
It explicitly avoids and unsets any stylistic rules to be as free of opinions as possible.
How to use
Just run...
$ yarn add --dev eslint @zeit/eslint-config-node @zeit/git-hooks
$ yarn zeit-lint-init
... and you're (pre)set!