Skip to content

Commit

Permalink
build(deps-dev): bump eslint from 9.14.0 to 9.15.0 (#2111)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump eslint from 9.14.0 to 9.15.0

Bumps [eslint](https://github.com/eslint/eslint) from 9.14.0 to 9.15.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.14.0...v9.15.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* fix: disable sonarjs/no-unused-expressions eslint rule (#2118)

Signed-off-by: Jeff MAURY <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Jeff MAURY <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeff MAURY <[email protected]>
  • Loading branch information
dependabot[bot] and jeffmaury authored Nov 19, 2024
1 parent a703e81 commit 7e63d90
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 158 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ export default [
'sonarjs/no-duplicate-string': 'off',
'sonarjs/no-empty-collection': 'off',
'sonarjs/no-small-switch': 'off',
'sonarjs/no-unused-expressions': 'off',
'etc/no-commented-out-code': 'error',
'etc/no-deprecated': 'off',
'etc/no-commented-out-code': 'off',
Expand Down Expand Up @@ -228,7 +229,6 @@ export default [
'sonarjs/code-eval': 'off',
'sonarjs/different-types-comparison': 'off',
'sonarjs/prefer-nullish-coalescing': 'off',
'sonarjs/no-unused-expressions': 'off',
'sonarjs/no-nested-template-literals': 'off',
'sonarjs/no-nested-conditional': 'off',
'@typescript-eslint/no-unused-vars': 'off',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"autoprefixer": "^10.4.20",
"commitlint": "^19.5.0",
"concurrently": "^9.1.0",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-import-resolver-custom-alias": "^1.3.2",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-etc": "^2.0.3",
Expand Down
Loading

0 comments on commit 7e63d90

Please sign in to comment.