Class name should be `PascalCase`

This page is not yet available in Spanish. We are working on its translation.
If you have any questions or feedback about our current translation project, feel free to reach out to us!

Metadata

ID: javascript-code-style/class-name

Language: JavaScript

Severity: Warning

Category: Code Style

Description

Class names should be PascalCase and not camelCase or snake_case.

Non-Compliant Code Examples

class _runtimeMetricsStatus {}
class runtimeMetricsStatus {}

Compliant Code Examples

class MyClass {}

class LongNameThatHa5SomeNumbers999 {}
https://static.datadoghq.com/static/images/logos/github_avatar.svg https://static.datadoghq.com/static/images/logos/vscode_avatar.svg jetbrains

Seamless integrations. Try Datadog Code Analysis