docs: update contributing/formatting/code
This commit is contained in:
parent
3c50e4aa38
commit
d5a9987c61
|
@ -2,12 +2,13 @@
|
|||
title: Code Standards
|
||||
description:
|
||||
published: false
|
||||
date: 2024-05-16T22:25:22.749Z
|
||||
date: 2024-05-16T22:26:11.035Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2024-05-16T22:18:45.623Z
|
||||
---
|
||||
|
||||
# Naming
|
||||
If your linter does not specify which naming convention to use please follow:
|
||||
- Functions, variables, and similar should use lowerCamelCase
|
||||
- Classes, interfaces, and similar should use UpperCamelCase
|
Loading…
Reference in a new issue