npm.io
6.0.2 • Published 21h ago

@binden/eslint-config-ts

Licence
MIT
Version
6.0.2
Deps
2
Size
33 kB
Vulns
0
Weekly
0

@binden/eslint-config-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 @binden/eslint-config-ts

Usage

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

Keywords