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

eslint-config-sonarqube

Package Overview
Dependencies
Maintainers
20
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-sonarqube

ESLint configuration for SonarQube and its plugins.

2.1.3
latest
npm
Version published
Maintainers
20
Created
Source

eslint-config-sonarqube

ESLint configuration for SonarCloud, SonarQube and its plugins.

Usage

Install:

yarn add --dev \
  @typescript-eslint/eslint-plugin \
  @typescript-eslint/parser \
  eslint \
  eslint-config-sonarqube \
  eslint-plugin-import \
  eslint-plugin-jest \
  eslint-plugin-jest-dom \
  eslint-plugin-jsx-a11y \
  eslint-plugin-promise \
  eslint-plugin-testing-library \
  eslint-plugin-react \
  eslint-plugin-react-hooks

Configure:

Add extends: 'sonarqube' to your local .eslintrc

Release:

  • Update the version in package.json
  • Update the CHANGELOG.md
  • Commit the change with a version message: git commit -m "vx.y.z"
  • Tag the commit with the version : git tag vx.y.z
  • Publish on npm: yarn publish

FAQs

Package last updated on 28 Jun 2023

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