@kaizentech/eslint-config-typescript-base

1.0.5 • Public • Published

@kaizentech/eslint-config-typescript-base

This package contains base TypeScript style guide

Installation

yarn add -D @kaizentech/eslint-config-typescript-base eslint prettier

Usage

first of all create a .eslintrc.json file in the root of your project.

then add this

{
  "root": true,
  "parserOptions": {
    "project": "./tsconfig.json"
  },
  "extends": "@kaizentech/typescript-base"
}

Readme

Keywords

none

Package Sidebar

Install

npm i @kaizentech/eslint-config-typescript-base

Weekly Downloads

11

Version

1.0.5

License

MIT

Unpacked Size

8.63 kB

Total Files

7

Last publish

Collaborators

  • auropick