1.8.0 • Published 11 months ago

eslint-config-xt v1.8.0

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

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"
  }
}