eslint-config-b2broker-ts
Version:
Shareable ESLint config
23 lines (16 loc) • 1.51 kB
Markdown
# eslint-config-b2broker-ts  [](https://badge.fury.io/gh/b2broker%2Ftypescript-eslint-config) [](https://badge.fury.io/js/eslint-config-b2broker-ts) [](https://snyk.io/test/github/b2broker/typescript-eslint-config) [](https://github.com/prettier/prettier) [](https://github.com/semantic-release/semantic-release) [](https://conventionalcommits.org)   
Shareable ESLint config.
## Installation
```bash
npm install --save-dev eslint-config-b2broker-ts
```
### Usage
Extend your config in the `.eslintrc.json` file:
```js
{
"extends": ["b2broker-ts"],
"parserOptions": {
"project": "tsconfig.json" // path to your `tsconfig.json` file
}
}
```