aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/generatePluginList.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/generatePluginList.ts b/scripts/generatePluginList.ts
index 70dc142..c78c340 100644
--- a/scripts/generatePluginList.ts
+++ b/scripts/generatePluginList.ts
@@ -151,7 +151,6 @@ async function parseFile(fileName: string) {
case "required":
case "enabledByDefault":
data[key] = value.kind === SyntaxKind.TrueKeyword;
- if (!data[key] && value.kind !== SyntaxKind.FalseKeyword) throw fail(`${key} is not a boolean literal`);
break;
}
}