2.0.1 • Published 2 years ago

eslint-config-b2broker-ts v2.0.1

Weekly downloads
3
License
AGPL-3.0
Repository
github
Last release
2 years ago

eslint-config-b2broker-ts CI Status GitHub version npm version Known Vulnerabilities code style: prettier semantic-release Conventional Commits node version npm downloads License

Shareable ESLint config.

Installation

npm install --save-dev eslint-config-b2broker-ts

Usage

Extend your config in the .eslintrc.json file:

{
  "extends": ["b2broker-ts"],
  "parserOptions": {
    "project": "tsconfig.json" // path to your `tsconfig.json` file
  }
}
2.0.1

2 years ago

2.0.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

4 years ago