This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

eslint-config-almeida-ts

0.2.0 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i eslint-config-almeida-ts

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

13.8 kB

Total Files

7

Last publish

Collaborators

  • almeidx