You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@bifravst/eslint-config-typescript

Package Overview
Dependencies
Maintainers
2
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bifravst/eslint-config-typescript

ESLint config for all our projects.

6.0.12
Source
npmnpm
Version published
Weekly downloads
1.1K
42.63%
Maintainers
2
Weekly downloads
 
Created
Source

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/*"] }];

Keywords

eslint

FAQs

Package last updated on 18 Mar 2024

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