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

@bitrise/eslint-plugin

Package Overview
Dependencies
Maintainers
6
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitrise/eslint-plugin

ESLint plugin for Bitrise repositories

2.12.0
latest
npm
Version published
Weekly downloads
147
-11.45%
Maintainers
6
Weekly downloads
 
Created
Source

ESLint plugin

An eslint plugin containing our shared configuration based on eslint-config-airbnb and eslint-config-airbnb-typescript.

Usage

Add plugin:@bitrise/config to extends in your eslint config. As this config uses @typescript-eslint you'll need to configure parserOptions.project with the tsconfig.json file(s) you'd like to use.

Details

  • uses eslint-plugin-prettier to format code, using an embedded configuration, meaning no .prettierrc is needed
  • overrides a few react related rules
  • includes configurations from eslint-plugin-testing-library and eslint-plugin-jest to enforce rules regarding testing

FAQs

Package last updated on 17 May 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