5.0.1 • Published 5 months ago

eslint-config-binden-ts v5.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

eslint-config-binden-ts CI Status version Known Vulnerabilities code style: prettier Contributor Covenant semantic-release Conventional Commits GitHub top language Node.js version npm downloads License

Shareable TypeScript ESLint config.

Installation

npm i --save-dev eslint-config-binden-ts

Usage

  • Add a path to your tsconfig.json file
// eslint.config.js
import config from "eslint-config-binden-ts";
export default [
  ...config,
  { languageOptions: { parserOptions: { project: "tsconfig.json" } } },
];
5.0.1

5 months ago

5.0.0

7 months ago

4.0.5

7 months ago

4.0.4

7 months ago

4.0.3

10 months ago

4.0.2

1 year ago

4.0.1

1 year ago

4.0.0

1 year ago

3.0.0

1 year ago

2.0.0

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago