deno_lint icon indicating copy to clipboard operation
deno_lint copied to clipboard

feat(rust_style): Rust-style naming convention rule

Open c-antin opened this issue 1 year ago • 1 comments

This rule is useful for deno projects that call rust functions via FFI. It attempts to unify naming conventions and enforces declarations and object property names which one creates to be
in UpperCamelCase/PascalCase for classes, types, interfaces,
in snake_case for functions, methods, variables
and in SCREAMING_SNAKE_CASE for static class properties and constants.

See #1322.

c-antin avatar Sep 15 '24 07:09 c-antin

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Sep 15 '24 07:09 CLAassistant