We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Supports:
not
{ "not": { "minimum": 3 } }
should not be < 3 | should be any non-number
object { key: string }
Better error reporting
The text was updated successfully, but these errors were encountered:
@evilebottnawi I think it will be better, if you will describe what you mean in 2nd proposal
Sorry, something went wrong.
@vankop Now https://github.com/webpack/schema-utils/blob/master/test/__snapshots__/index.test.js.snap#L1544
Expected: object { foo?: boolean, bar?: integer } (boolean and integer just example maybe in test should be other value).
object { foo?: boolean, bar?: integer }
boolean
integer
Also printing objects now is very unreadable when we have a lot of properties, will be great break them in style:
object { bar1, bar2, bar3, bar4, bar5, bar6, bar7 }
But it is other issue
i will take second one, if you did not start it =)
Feel free to send a PR 👍
No branches or pull requests
Feature Proposal
Supports:
not
keyword, for example ({ "not": { "minimum": 3 } }
should outputshould not be < 3 | should be any non-number
)object { key: string }
Feature Use Case
Better error reporting
The text was updated successfully, but these errors were encountered: