@bifravst/eslint-config-typescript
Version:
ESLint config for all our projects.
27 lines (18 loc) • 1.59 kB
Markdown
# TypeScript ESLint Config [](https://www.npmjs.com/package/@bifravst/eslint-config-typescript)
[](https://github.com/bifravst/eslint-config-typescript/actions)
[](https://github.com/semantic-release/semantic-release)
[](https://renovatebot.com)
[](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional)
[](https://github.com/prettier/prettier/)
[](https://github.com/typescript-eslint/typescript-eslint)
ESLint configuration (with [TypeScript support](https://typescript-eslint.io/))
for all our projects. Uses the
[new ESLint config format](https://eslint.org/docs/latest/use/configure/configuration-files-new).
## Installation
npm i --save-dev --save-exact @bifravst/eslint-config-typescript
## Usage
Add a file `eslint.config.js` to your project, and adapt:
```js
import config from "@bifravst/eslint-config-typescript";
export default [...config, { ignores: ["dist/*"] }];
```