0.2.0 • Published 4 years ago

eslint-config-almeida-ts v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

eslint-config-almeida-ts

Strict ESLint config that I use for TypeScript.

Instalation

yarn add eslint eslint-config-almeida-ts -D

Or if you're using npm:

npm i eslint eslint-config-almeida-ts --save-dev

Configuration

Create a .eslintrc.json file on the root directory your project with:

{
  "extends": "almeida-ts",
  "parserOptions": {
    "project": "./path/to/tsconfig.json"
  }
}