From 7a2624612dec7175fd5d2493bb6d6da18fed8779 Mon Sep 17 00:00:00 2001 From: Tim Roes Date: Tue, 18 Jan 2022 21:44:49 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Minor=20correction=20in=20the=20?= =?UTF-8?q?frontend=20tech-stack=20(#9547)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/understanding-airbyte/tech-stack.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/understanding-airbyte/tech-stack.md b/docs/understanding-airbyte/tech-stack.md index 59a6cc4b9fe08..cb5a9476007ce 100644 --- a/docs/understanding-airbyte/tech-stack.md +++ b/docs/understanding-airbyte/tech-stack.md @@ -26,7 +26,8 @@ Connectors can be written in any language. However the most common languages are * CI/CD: [GitHub Actions](https://github.com/features/actions) * Containerization: [Docker](https://www.docker.com/) and [Docker Compose](https://docs.docker.com/compose/) -* Linter \(Frontend\): [Prettier](https://prettier.io/) +* Linter \(Frontend\): [ESLint](https://eslint.org/) +* Formatter \(Frontend\): [Prettier](https://prettier.io/) * Formatter \(Backend\): [Spotless](https://github.com/diffplug/spotless) ## FAQ