Doc: Fixed coding style doc

pull/6734/head
Laurent Cozic 2022-08-08 18:32:01 +02:00
parent 9f97a2e910
commit 75be518d8a
1 changed files with 2 additions and 4 deletions

View File

@ -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