From 307d76a965c4c9c80ddb887403ddb51c6e439b0b Mon Sep 17 00:00:00 2001 From: Suchakra Sharma Date: Fri, 18 Oct 2024 16:03:05 -0400 Subject: [PATCH] [JS] add annotation support --- 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..3ed72251 --- /dev/null +++ b/rules/collections/annotations/javascript.yaml @@ -0,0 +1,6 @@ +collections: + - id: Collections.Annotation.NextJS + name: NextJS Annotation + patterns: + - "Controller" + tags: