We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a655f commit 03c8b34Copy full SHA for 03c8b34
scripts/findBadKeys.js
@@ -90,7 +90,7 @@ function checkKeys(p, nameSlug) {
90
}
91
if (name.endsWith(".mjs") || name.endsWith(".js") || name.endsWith(".ts") || name.endsWith(".mts")) {
92
// ignore test-event files
93
- if (isCommonFile(name) || isTestEventFile(name)) {
+ if (isCommonFile(pp) || isTestEventFile(pp)) {
94
continue;
95
96
const data = fs.readFileSync(pp, "utf8");
0 commit comments