Shareable ESLint config.
npm install --save-dev eslint-config-b2broker-ts
Extend your config in the .eslintrc.json
file:
{
"extends": ["b2broker-ts"],
"parserOptions": {
"project": "tsconfig.json" // path to your `tsconfig.json` file
}
}