@oleg-ch/eslint-config-node

Base ESLint config for NodeJs projects

Usage no npm install needed!

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

README

@oleg-ch/eslint-config-node

Base ESLint config for NodeJs projects

Installation

yarn add -D @oleg-ch/eslint-config-node

Usage

Update your project's .eslintrc.json file:

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

Read the ESlint config docs for more information