From 75be518d8a7a927915e6c1e07cf0ce18e859ca2c Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Mon, 8 Aug 2022 18:32:01 +0200 Subject: [PATCH] Doc: Fixed coding style doc --- readme/coding_style.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/readme/coding_style.md b/readme/coding_style.md index 6755f8d521..eb271192bf 100644 --- a/readme/coding_style.md +++ b/readme/coding_style.md @@ -1,9 +1,7 @@ +# Coding style + Coding style is mostly enforced by a pre-commit hook that runs `eslint`. This hook is installed whenever running `yarn install` on any of the application directory. If for some reason the pre-commit hook didn't get installed, you can manually install it by running `yarn install` at the root of the repository. - - -# Rules - ## Use TypeScript for new files ### Creating a new `.ts` file