eslint-config-ts-node

v0.1.1
ESLint configuration for ts-node

eslint-config-ts-node

This package is just a subset of the ESLint configuration used by Create React App, but keeping those rules that are relevant for ts-node projects.

Usage

Install this package, ESLint and the necessary plugins.

npm install --save-dev eslint-config-ts-node @typescript-eslint/[email protected] @typescript-eslint/[email protected] [email protected] [email protected] [email protected]

Then create a file named .eslintrc.json with following contents in the root folder of your project:

{
  "extends": "ts-node"
}
npm i eslint-config-ts-node

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 2/12/2020

Downloads

Maintainers