From d5a9987c618303532b34db08bbc6d88413b60a23 Mon Sep 17 00:00:00 2001 From: Samuel Shuert Date: Thu, 16 May 2024 22:26:12 +0000 Subject: [PATCH] docs: update contributing/formatting/code --- contributing/formatting/code.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contributing/formatting/code.md b/contributing/formatting/code.md index 4ea9820..b217dfa 100644 --- a/contributing/formatting/code.md +++ b/contributing/formatting/code.md @@ -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 \ No newline at end of file