From ddaa9c5b1fa08916bcc114174950f6e8254740ff Mon Sep 17 00:00:00 2001 From: eldadfux Date: Fri, 13 Sep 2019 13:49:48 +0300 Subject: [PATCH] Updated JS prettier --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 95d9c8359..c1ac1ca49 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,6 +36,8 @@ Appwrite uses PHPs Composer for managing dependencies on the server-side and JS Appwrite is following the PHP-FIG standards. Currently, we are using both PSR-0 and PSR-4 for coding standards and autoloading standards. Soon we will also review the project for support with PSR-12 (Extended Coding Style). +We use prettier for our JS coding standards and for auto-formmating our code. + ## Scalability, Speed and Performance Appwrite is built to scale. Please keep in mind that the Appwrite stack can run in different environments and different scales.