1.0.8 • Published 3 years ago

@tknf/eslint-config-typescript v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@tknf/eslint-config-typescript

Prettier configuration for TKNF.

Usage

Install @tknf/eslint-config-typescript.

$ yarn add -D @tknf/eslint-config-typescript
# or
$ npm install --save-dev @tknf/eslint-config-typescript

And then, you use it in ESLint configraiton.

{
  ...
  "extends": ["@tknf/eslint-config-typescript"]
}