New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@bifravst/eslint-config-typescript

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
e

@bifravst/eslint-config-typescript

ESLint config for all our projects.

6.1.21
latest
72

Supply Chain Security

100

Vulnerability

72

Quality

94

Maintenance

100

License

Version published
Weekly downloads
1.3K
58.46%
Maintainers
2
Weekly downloads
 
Created
Issues
2

TypeScript ESLint Config npm version

GitHub Actions semantic-release Renovate @commitlint/config-conventional code style: prettier ESLint: TypeScript

ESLint configuration (with TypeScript support) for all our projects. Uses the new ESLint config format.

Installation

npm i --save-dev --save-exact @bifravst/eslint-config-typescript

Usage

Add a file eslint.config.js to your project, and adapt:

import config from "@bifravst/eslint-config-typescript";

export default [...config, { ignores: ["dist/*"] }];

FAQs

Package last updated on 28 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts