Skip to content

Commit

Permalink
Let prettier fix some things
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmorand-sonarsource committed Nov 26, 2024
1 parent c0f80d1 commit 12056ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ If you want to report a bug, request a feature, or provide other kind of feedbac

To work on this Project, it is required to have the following tools installed:

* [JDK 17](https://docs.aws.amazon.com/corretto/latest/corretto-17-ug/what-is-corretto-17.html)
* [Node.js](https://nodejs.org/en) >= 22
* [npm](https://www.npmjs.com/) >= 8
* [Maven](https://maven.apache.org/) >= 3.8
- [JDK 17](https://docs.aws.amazon.com/corretto/latest/corretto-17-ug/what-is-corretto-17.html)
- [Node.js](https://nodejs.org/en) >= 22
- [npm](https://www.npmjs.com/) >= 8
- [Maven](https://maven.apache.org/) >= 3.8

## How-to

Expand Down
8 changes: 4 additions & 4 deletions docs/DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

To work on this Project, it is required to have the following tools installed:

* [JDK 17](https://docs.aws.amazon.com/corretto/latest/corretto-17-ug/what-is-corretto-17.html)
* [Node.js](https://nodejs.org/en) >= 22
* [npm](https://www.npmjs.com/) >= 8
* [Maven](https://maven.apache.org/) >= 3.8
- [JDK 17](https://docs.aws.amazon.com/corretto/latest/corretto-17-ug/what-is-corretto-17.html)
- [Node.js](https://nodejs.org/en) >= 22
- [npm](https://www.npmjs.com/) >= 8
- [Maven](https://maven.apache.org/) >= 3.8

You can also use Docker container defined in `./.cirrus/nodejs.Dockerfile` which bundles all required dependencies and is used for our CI pipeline.

Expand Down

0 comments on commit 12056ce

Please sign in to comment.