Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit c053acc

Browse files
Prepare next development iteration (#395)
1 parent 4dfd992 commit c053acc

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-sonarjs",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"description": "SonarJS rules for ESLint",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -51,7 +51,7 @@
5151
"eslint-config-prettier": "8.5.0",
5252
"eslint-plugin-import": "2.26.0",
5353
"eslint-plugin-notice": "0.9.10",
54-
"eslint-plugin-sonarjs": "0.18.0",
54+
"eslint-plugin-sonarjs": "0.19.0",
5555
"jest": "28.1.3",
5656
"jest-sonar-reporter": "2.0.0",
5757
"lint-staged": "13.0.3",

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sonar.projectKey=eslint-plugin-sonarjs
22
sonar.projectName=eslint-plugin-sonarjs
33
sonar.projectDescription=SonarJS rules for ESLint
44

5-
sonar.projectVersion=0.19.0
5+
sonar.projectVersion=0.20.0
66

77
sonar.links.homepage=https://github.com/SonarSource/eslint-plugin-sonarjs
88
sonar.links.ci=https://travis-ci.org/SonarSource/eslint-plugin-sonarjs

0 commit comments

Comments
 (0)