uilint-duplicates 0.2.145 → 0.2.147
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli-manifest.d.ts
CHANGED
|
@@ -9,6 +9,9 @@ declare const cliManifest: {
|
|
|
9
9
|
readonly cliFlag: "duplicates";
|
|
10
10
|
readonly cliDescription: "Install duplicate detection rules (non-interactive)";
|
|
11
11
|
readonly registerSpecifier: "uilint-duplicates/eslint-rules/register";
|
|
12
|
+
readonly displayName: "Duplicate Detection";
|
|
13
|
+
readonly displayDescription: "Detect and flag duplicate UI components and patterns";
|
|
14
|
+
readonly displayIcon: "🔄";
|
|
12
15
|
};
|
|
13
16
|
|
|
14
17
|
export { cliManifest };
|
package/dist/cli-manifest.js
CHANGED
|
@@ -3,7 +3,10 @@ var cliManifest = {
|
|
|
3
3
|
packageName: "uilint-duplicates",
|
|
4
4
|
cliFlag: "duplicates",
|
|
5
5
|
cliDescription: "Install duplicate detection rules (non-interactive)",
|
|
6
|
-
registerSpecifier: "uilint-duplicates/eslint-rules/register"
|
|
6
|
+
registerSpecifier: "uilint-duplicates/eslint-rules/register",
|
|
7
|
+
displayName: "Duplicate Detection",
|
|
8
|
+
displayDescription: "Detect and flag duplicate UI components and patterns",
|
|
9
|
+
displayIcon: "\u{1F504}"
|
|
7
10
|
};
|
|
8
11
|
export {
|
|
9
12
|
cliManifest
|
package/dist/cli-manifest.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/cli-manifest.ts"],"sourcesContent":["/**\n * CLI manifest for the uilint-duplicates plugin.\n *\n * Describes the CLI flag, help text, and registration entry point so the\n * core CLI can discover and wire up this plugin without hardcoded knowledge.\n */\nexport const cliManifest = {\n packageName: \"uilint-duplicates\",\n cliFlag: \"duplicates\",\n cliDescription: \"Install duplicate detection rules (non-interactive)\",\n registerSpecifier: \"uilint-duplicates/eslint-rules/register\",\n} as const;\n"],"mappings":";AAMO,IAAM,cAAc;AAAA,EACzB,aAAa;AAAA,EACb,SAAS;AAAA,EACT,gBAAgB;AAAA,EAChB,mBAAmB;
|
|
1
|
+
{"version":3,"sources":["../src/cli-manifest.ts"],"sourcesContent":["/**\n * CLI manifest for the uilint-duplicates plugin.\n *\n * Describes the CLI flag, help text, and registration entry point so the\n * core CLI can discover and wire up this plugin without hardcoded knowledge.\n */\nexport const cliManifest = {\n packageName: \"uilint-duplicates\",\n cliFlag: \"duplicates\",\n cliDescription: \"Install duplicate detection rules (non-interactive)\",\n registerSpecifier: \"uilint-duplicates/eslint-rules/register\",\n displayName: \"Duplicate Detection\",\n displayDescription: \"Detect and flag duplicate UI components and patterns\",\n displayIcon: \"🔄\",\n} as const;\n"],"mappings":";AAMO,IAAM,cAAc;AAAA,EACzB,aAAa;AAAA,EACb,SAAS;AAAA,EACT,gBAAgB;AAAA,EAChB,mBAAmB;AAAA,EACnB,aAAa;AAAA,EACb,oBAAoB;AAAA,EACpB,aAAa;AACf;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "uilint-duplicates",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.147",
|
|
4
4
|
"description": "Semantic code duplicate detection for React/TypeScript codebases",
|
|
5
5
|
"author": "Peter Suggate",
|
|
6
6
|
"repository": {
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
"vitest": "^4.0.16"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
78
|
-
"uilint-core": "0.2.
|
|
79
|
-
"uilint-eslint": "0.2.
|
|
78
|
+
"uilint-core": "0.2.147",
|
|
79
|
+
"uilint-eslint": "0.2.147"
|
|
80
80
|
},
|
|
81
81
|
"keywords": [
|
|
82
82
|
"duplicate-detection",
|