1.0.0 • Published 4 years ago

@leecheneler/eslint-config-ts-kit v1.0.0

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

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