Skip to content

Commit

Permalink
revert check-compatibility-tables
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Aug 8, 2023
1 parent 601fce7 commit efa067d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/agtree/scripts/check-compatibility-tables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,6 @@ const SCHEMA_MAP = {
if (config.block_only && config.exception_only) {
return 'block_only and exception_only are mutually exclusive';
}

if (config.assignable && !config.value_format) {
return 'value_format is required for assignable modifiers';
}
return true;
},
)),
Expand Down

0 comments on commit efa067d

Please sign in to comment.