mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-06-28 20:29:13 +00:00
feat: security and funding files and format docs
This commit is contained in:
parent
755f49f4f5
commit
275144aef8
5 changed files with 51 additions and 13 deletions
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue