Skip to content

Commit 84155b6

Browse files
committed
NEW: @W-19053333@ Add CSS as a possible tag
1 parent 0c8f46f commit 84155b6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • packages/code-analyzer-engine-api/src

packages/code-analyzer-engine-api/src/rules.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ export const COMMON_TAGS = {
6969
/** Rules that analyze files that have APEX code */
7070
APEX: "Apex",
7171

72+
/** Rules that analyze files that have CSS code */
73+
CSS: "CSS",
74+
7275
/** Rules that analyze files that have HTML code */
7376
HTML: "HTML",
7477

0 commit comments

Comments
 (0)