Skip to content

Commit c071884

Browse files
ericyangpanclaude
andcommitted
refactor: enable strict type checking in manifest validation
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d1f9bd4 commit c071884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/validate/validate-manifests.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const ajv = new Ajv2020({
3737
allErrors: true,
3838
verbose: true,
3939
strict: true,
40-
strictTypes: false, // Disable strict types to allow unevaluatedProperties with allOf/ref
40+
strictTypes: true,
4141
allowUnionTypes: true,
4242
})
4343

0 commit comments

Comments
 (0)