Skip to content

Commit b83592a

Browse files
committed
docs: refer to Prettier in backend-tests docs
1 parent 69b2a01 commit b83592a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backend-tests/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
2-
SPDX-FileCopyrightText: 2023 - 2024 Ewan Cahen (Netherlands eScience Center) <[email protected]>
3-
SPDX-FileCopyrightText: 2023 - 2024 Netherlands eScience Center
2+
SPDX-FileCopyrightText: 2023 - 2025 Ewan Cahen (Netherlands eScience Center) <[email protected]>
3+
SPDX-FileCopyrightText: 2023 - 2025 Netherlands eScience Center
44
55
SPDX-License-Identifier: CC-BY-4.0
66
-->
@@ -26,7 +26,7 @@ Tests should be written taking the following principles in account:
2626

2727
## Contributing
2828

29-
This module uses [EditorConfig](https://editorconfig.org/) for basic formatting. Please check if your editor [already supports EditorConfig](https://editorconfig.org/#pre-installed) or if you need to [install a plugin](https://editorconfig.org/#download). A GitHub workflow is run on every PR to check if any files violate the formatting settings.
29+
This module uses [Prettier](https://prettier.io/) for code formatting. Please make sure your contributions comply with Prettier. A GitHub workflow is run on every PR to check if any files violate the formatting settings.
3030

3131
## Writing tests
3232

0 commit comments

Comments
 (0)