1.0.1 • Published 2 years ago

@mhuffnagle/eslint-config-node-ts v1.0.1

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

@mhuffnagle/eslint-config-node-ts

eslint config for a TypeScript-based Node.js project

Install

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

Configuration

Create an .eslintrc.js file which contains:

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

module.exports = config;