You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'How to group the results: "component" (default) groups by design system component showing all files affected by each component, "file" groups by file path showing all components violated in each file',
41
+
description:
42
+
'How to group the results: "component" (default) groups by design system component showing all files affected by each component, "file" groups by file path showing all components violated in each file',
description: 'The class name of the design system component to check for violations (e.g., DsButton, DsBadge, DsCard). This should be the TypeScript class name, not the selector.',
16
+
description:
17
+
'The class name of the design system component to check for violations (e.g., DsButton, DsBadge, DsCard). This should be the TypeScript class name, not the selector.',
17
18
},
18
19
19
20
groupBy: {
20
21
type: 'string'asconst,
21
22
enum: ['file','folder']asconst,
22
-
description: 'How to group the violation results in the output. "file" groups violations by individual file paths, "folder" groups by directory structure.',
23
+
description:
24
+
'How to group the violation results in the output. "file" groups violations by individual file paths, "folder" groups by directory structure.',
0 commit comments