Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 268 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 268 Bytes

ESLint Config

Extendable ESLint configuration for TypeScript projects.

Install

$ yarn add --dev eslint-config-xt

Usage

Modify your ESLint config as follows:

{
  "name": "my-node-project",
  "eslintConfig": {
    "extends": "xt"
  }
}