eslint-config-node-style-guide

ESLint shareable config version of felixge/node-style-guide.

Usage no npm install needed!

<script type="module">
  import eslintConfigNodeStyleGuide from 'https://cdn.skypack.dev/eslint-config-node-style-guide';
</script>

README

eslint-config-node-style-guide

This package provides a copy of felixge/node-style-guide's .eslintrc as an extensible shared config.

Usage

  1. Run npm install eslint-config-node-style-guide -D from your Terminal.
  2. Add "extends": "node-style-guide" to your .eslintrc file.