feat: security and funding files and format docs

This commit is contained in:
Bart van der Braak 2024-02-18 16:26:56 +01:00
parent 755f49f4f5
commit 275144aef8
5 changed files with 51 additions and 13 deletions

View file

@ -18,11 +18,13 @@ To get started with contributing, please follow these steps:
## Code Style
We follow a specific code style in this project to maintain consistency. Please make sure to adhere to the following guidelines by running ESLint and Prettier:
```sh
pnpm run format && pnpm run lint
```
Also:
- Follow naming conventions for variables, functions, and classes.
- Write clear and concise comments to explain your code.