@smartlook/eslint-config-node

Smartlook ESLint configuration for Node.js

Usage no npm install needed!

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

README

@smartlook/eslint-config-node

This config should be used in all Node.js projects.

Installation

npm i -D @smartlook/eslint-config-node
// .eslintrc.js

module.exports = {
    extends: ['@smartlook/eslint-config-node'],
}

License

See LICENSE.