Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

vansergen/eslint-config-b2broker-ts

 
 

Repository files navigation

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

About

Shareable ESLint config

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 62.1%
  • Shell 37.9%