1.0.1 • Published 2 years ago

@mhuffnagle/eslint-config v1.0.1

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

@mhuffnagle/eslint-config

eslint config for a basic JavaScript project

Install

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

Configuration

Create an .eslintrc.js file which contains:

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

module.exports = config;