pikadun / eslint-config-typescript-nodejs

Typescript Standard Style for Nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typescript Standard Style for Nodejs

Install

npm install eslint-config-typescript-nodejs --save-dev

Usage

Add a .eslintrc file in the project root directory

{
  "extends": "eslint-config-typescript-nodejs",
  "parserOptions": {
    "project": "tsconfig.json"
  }
}

About

Typescript Standard Style for Nodejs

License:MIT License


Languages

Language:TypeScript 100.0%