🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@bifravst/eslint-config-typescript

Package Overview
Dependencies
Maintainers
2
Versions
158
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.4
Source
npm
Version published
Weekly downloads
1.1K
-27.14%
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 19 Feb 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