Skip to content

Commit

Permalink
Bump eslint-config-prettier from 6.15.0 to 9.1.0 (#388)
Browse files Browse the repository at this point in the history
* Bump eslint-config-prettier from 6.15.0 to 9.1.0

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.15.0 to 9.1.0.
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v6.15.0...v9.1.0)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

* Replace prettier/@typescript-eslint with prettier

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Kieszkowski <[email protected]>
  • Loading branch information
dependabot[bot] and stefankiesz authored Jan 11, 2025
1 parent 182161d commit 203cd81
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 20 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const compat = new FlatCompat({

export default [...compat.extends(
"plugin:@typescript-eslint/recommended",
"prettier/@typescript-eslint",
"prettier",
"plugin:prettier/recommended",
), {
plugins: {
Expand Down
24 changes: 6 additions & 18 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 @@ -38,7 +38,7 @@
"@typescript-eslint/parser": "^8.18.0",
"codecov": "^3.7.1",
"eslint": "^9.16.0",
"eslint-config-prettier": "^6.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-kvs-webrtc": "file:eslint",
"eslint-plugin-prettier": "^5.2.1",
"fork-ts-checker-webpack-plugin": "^9.0.2",
Expand Down

0 comments on commit 203cd81

Please sign in to comment.