linhe0x0 / eslint-config-ts

A personal ESLint configuration for Node.js and TypeScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config-ts

A personal ESLint configuration for Node.js and TypeScript.

Usage

Add this package to your project as a dev-dependency:

npm install -D eslint prettier jest typescript @sqrtthree/eslint-config-ts

Then initialize the linter.

{
  "extends": ["@sqrtthree/eslint-config-ts"]
}

sqrtthree.com  ·  GitHub @sqrthree  ·  Twitter @sqrtthree

About

A personal ESLint configuration for Node.js and TypeScript.

License:MIT License


Languages

Language:JavaScript 67.8%Language:TypeScript 32.2%