@beacon/eslint-config-node

This package has shared ESLint configuration, to be used across Beacon Node.js apps and services.

Usage no npm install needed!

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

README

Beacon ESLint Node Config

This package has shared ESLint configuration, to be used across Beacon Node.js apps and services.

Installation

Install the module locally:

npm install eslint @beacon/eslint-config-node --save-dev

And then add the config to your .eslintrc.js file:

{
  "extends": ["@beacon/eslint-config-node"]
}

Note: this is Node.js config only, and does not apply to frontend applications.

License

Apache2