1.0.1 • Published 2 years ago

@mhuffnagle/eslint-config-node v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@mhuffnagle/eslint-config-node

eslint config for a Node.js project

Install

npm install --save-dev @mhuffnagle/eslint-config-node
yarn add --dev @mhuffnagle/eslint-config-node

Configuration

Create an .eslintrc.js file which contains:

/** @type {import('eslint').Linter.Config} */
const config = { extends: '@mhuffnagle/eslint-config-node' };

module.exports = config;