<!-- Issues are so 🔥 If you remove or skip this template, you'll make the 🐼 sad and the mighty god of Github will appear and pile-drive the close button from a great height while making animal noises. 👉🏽 Need support, advice, or help? Don't open an issue! Head to StackOverflow or https://gitter.im/webpack/webpack. --> - Operating System: - Node Version: - NPM Version: - webpack Version: - schema-utils Version: ### Expected Behavior For ``` { "format": "[0-9]*", "minLength": 10 } ``` Expect: `should be longer than 9 characters` ### Actual Behavior `should be shorter than 10 characters` ### Code https://github.com/webpack/schema-utils/blob/master/src/ValidationError.js#L412 Same for `maxLength`
Expected Behavior
For
Expect:
should be longer than 9 charactersActual Behavior
should be shorter than 10 charactersCode
https://github.com/webpack/schema-utils/blob/master/src/ValidationError.js#L412
Same for
maxLength