https://github.com/bifravst/eslint-config-typescript
ESLint config for all our projects.
https://github.com/bifravst/eslint-config-typescript
eslint typescript typescript-eslint
Last synced: 7 months ago
JSON representation
ESLint config for all our projects.
- Host: GitHub
- URL: https://github.com/bifravst/eslint-config-typescript
- Owner: bifravst
- License: bsd-3-clause
- Created: 2019-08-11T18:14:54.000Z (about 6 years ago)
- Default Branch: saga
- Last Pushed: 2025-04-07T23:03:32.000Z (7 months ago)
- Last Synced: 2025-04-09T18:01:53.684Z (7 months ago)
- Topics: eslint, typescript, typescript-eslint
- Language: JavaScript
- Homepage: https://github.com/bifravst/eslint-config-typescript#readme
- Size: 2.32 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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/*"] }];
```