1.0.12 • Published 9 months ago

@indigina/eslint-config v1.0.12

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

@indigina/eslint-config

A sharable eslint config for applications which use typescript.

Install

npm i -D @indigina/eslint-config

Usage

To use @indigina/eslint-config after you installed it you need to add it into your parent project .eslintrc file. Add config to extends section.

{
  "extends": [
    "@indigina/eslint-config"
  ]
}