Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 396 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 396 Bytes

@leecheneler/eslint-config-ts-kit

Provides ESLint config if you want to extend it or allow your IDE to find it.

This is not required for ts-kit's lint command to work.

Getting Started

Install the package

yarn add --dev @leecheneler/eslint-config-ts-kit

Create an ESLint config file

// .eslintrc
{
  "extends": "@leecheneler/eslint-config-ts-kit"
}