@zeit/eslint-config-node

Contains a series of sensible defaults on top of the `eslint:recommended` config to prevent common JavaScript gotchas.

Usage no npm install needed!

<script type="module">
  import zeitEslintConfigNode from 'https://cdn.skypack.dev/@zeit/eslint-config-node';
</script>

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!