From f09b154252e3a65b92e9265329d256a2c632c8c3 Mon Sep 17 00:00:00 2001 From: Suchakra Sharma Date: Mon, 21 Oct 2024 02:18:20 -0400 Subject: [PATCH] [JS] add annotation support (#542) * [JS] add annotation support * Update name --- rules/collections/annotations/javascript.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 rules/collections/annotations/javascript.yaml diff --git a/rules/collections/annotations/javascript.yaml b/rules/collections/annotations/javascript.yaml new file mode 100644 index 00000000..a585959e --- /dev/null +++ b/rules/collections/annotations/javascript.yaml @@ -0,0 +1,6 @@ +collections: + - id: Collections.Annotation.NestJS + name: NestJS Annotation + patterns: + - "Controller" + tags: