1.0.11 • Published 2 months ago

@indigina/eslint-config v1.0.11

Weekly downloads
-
License
-
Repository
-
Last release
2 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"
  ]
}