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