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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.5
    45
    • latest
  • 1.0.3
    0
    • v1.0.3-base
  • 1.0.2
    0
    • v1.0.2-base

Version History

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