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

@bifravst/eslint-config-typescript

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.1
Version published
Weekly downloads
791
-55.54%
Maintainers
2
Weekly downloads
 
Created

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.

See @nordicsemiconductor/asset-tracker-cloud-code-style for usage.

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 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