eslint-config-groupon-node4

ESLint configuration, groupon-style

Usage no npm install needed!

<script type="module">
  import eslintConfigGrouponNode4 from 'https://cdn.skypack.dev/eslint-config-groupon-node4';
</script>

README

Groupon ESLint Styles for node 4.x

Groupon's coding guidelines for code that runs natively on node 4+. This should only be used for app-level code or code that is certain to never be used in a browser environment.

This is a thin wrapper around eslint-config-airbnb. More info can be found at groupon/javascript.