eslint-config-exove-nodejs

Exove ESLint Node.js configuration

Usage no npm install needed!

<script type="module">
  import eslintConfigExoveNodejs from 'https://cdn.skypack.dev/eslint-config-exove-nodejs';
</script>

README

Exove ESLint Node.js configuration

Installation

npm install --save-dev eslint-config-exove-nodejs

Create a file .eslintrc.js in the same folder where package.json is located with the following contents:

module.exports = {
    extends: 'exove-nodejs',
};