eslint-config-ts-lambdas

1.2.3 • Public • Published

eslint-config-ts-lambdas

config of typescript-eslint for Lambdas style.


Usage

  • before: yarn add eslint @typescript-eslint/eslint-plugin @typescript-eslint/parser -D

  • install: yarn add eslint-config-ts-lambdas -D

  • import to .eslintrc:

{
  "extends": ["eslint-config-ts-lambdas"],
  "parserOptions": {
    "project": "./tsconfig.json"
  }
}

For React

{
  "extends": [
    "eslint-config-ts-lambdas",
    "eslint-config-ts-lambdas/react"
  ],
  "parserOptions": {
    "project": "./tsconfig.json"
  }
}

Why typescript-eslint


Recommends


LICENSE

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-ts-lambdas

Weekly Downloads

379

Version

1.2.3

License

MIT

Unpacked Size

6.27 kB

Total Files

7

Last publish

Collaborators

  • echo_unix