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 890dca3 commit 51653b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/agtree/scripts/check-compatibility-tables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,6 @@ const SCHEMA_MAP = {
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 51653b6

Please sign in to comment.