2.1.3 • Published 11 months ago

eslint-config-sonarqube v2.1.3

Weekly downloads
2,289
License
LGPL-3.0
Repository
-
Last release
11 months ago

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:

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

11 months ago

2.1.2

1 year ago

2.1.1

1 year ago

1.1.0

2 years ago

2.0.0-rc

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.0.0-rc1

3 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.6.0-rc2

4 years ago

0.6.0-rc1

4 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.0

6 years ago