Skip to content

Commit

Permalink
Update version prettier and eslint-plugin-prettier (#2137)
Browse files Browse the repository at this point in the history
* Bump prettier from 2.8.8 to 3.0.3

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.0.3.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.8.8...3.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>

* updated prettier and eslint-plugin-prettier, fixed prettierrc

* changes from merge master into branch

* removed eslint-plugin-no-relative-import-paths

* fixed error in path

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
annesiri and dependabot[bot] authored Oct 17, 2023
1 parent 4dfc2a3 commit b4b8ee3
Show file tree
Hide file tree
Showing 8 changed files with 601 additions and 68 deletions.
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"jsxSingleQuote": true
"jsxSingleQuote": true,
"trailingComma": "es5"
}
Loading

0 comments on commit b4b8ee3

Please sign in to comment.