1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Doc: Fixed coding style doc

This commit is contained in:
Laurent Cozic 2022-08-08 18:32:01 +02:00
parent 9f97a2e910
commit 75be518d8a

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