docs: add npx2yarn component (#14512)

* initial

* initial

* update tests

* remove unused import

* allow passing with no tests

* vale fixes
This commit is contained in:
Shahed Nasser
2026-01-12 13:42:30 +02:00
committed by GitHub
parent 5f90cd0650
commit 43951ce60e
16 changed files with 330 additions and 10 deletions
+4 -1
View File
@@ -16,5 +16,8 @@
"skipLibCheck": true,
"resolveJsonModule": true
},
"include": ["src"]
"include": ["src"],
"exclude": [
"**/__tests__"
]
}