Skip to content

Commit

Permalink
Bump eslint-plugin-sonarjs from 0.25.1 to 1.0.3 (#872)
Browse files Browse the repository at this point in the history
* Bump eslint-plugin-sonarjs from 0.25.1 to 1.0.3

Bumps [eslint-plugin-sonarjs](https://github.com/SonarSource/eslint-plugin-sonarjs) from 0.25.1 to 1.0.3.
- [Release notes](https://github.com/SonarSource/eslint-plugin-sonarjs/releases)
- [Commits](SonarSource/eslint-plugin-sonarjs@0.25.1...1.0.3)

---
updated-dependencies:
- dependency-name: eslint-plugin-sonarjs
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Try to fix eslint config

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Arno Moonen <[email protected]>
  • Loading branch information
dependabot[bot] and itavero committed Jul 3, 2024
1 parent e47bf50 commit cb71fd7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"plugin:@typescript-eslint/recommended", // uses the recommended rules from the @typescript-eslint/eslint-plugin
"prettier",
"plugin:prettier/recommended",
"plugin:sonarjs/recommended",
"plugin:sonarjs/recommended-legacy",
"plugin:import/recommended",
"plugin:import/typescript"
],
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-sonarjs": "^0.25.0",
"eslint-plugin-sonarjs": "^1.0.3",
"homebridge": "^1.7.0",
"jest": "^29.7.0",
"jest-chain": "^1.1.6",
Expand Down

0 comments on commit cb71fd7

Please sign in to comment.