We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbba9fa commit 7a26246Copy full SHA for 7a26246
docs/understanding-airbyte/tech-stack.md
@@ -26,7 +26,8 @@ Connectors can be written in any language. However the most common languages are
26
27
* CI/CD: [GitHub Actions](https://github.com/features/actions)
28
* Containerization: [Docker](https://www.docker.com/) and [Docker Compose](https://docs.docker.com/compose/)
29
-* Linter \(Frontend\): [Prettier](https://prettier.io/)
+* Linter \(Frontend\): [ESLint](https://eslint.org/)
30
+* Formatter \(Frontend\): [Prettier](https://prettier.io/)
31
* Formatter \(Backend\): [Spotless](https://github.com/diffplug/spotless)
32
33
## FAQ
0 commit comments