Roman Stetsyk
Roman Stetsyk
an url -> the URL
# Description Reset the form after adding an event by clicking the 'close' button or clicking on the modal backdrop. ## Type of change Please select everything applicable. Please, do...
**Describe the bug** The validator crashed while trying to validate a File upload with an error `Cannot read properties of undefined (reading 'length') `. The schema like this works fine:...
``` ls: .*: lowercase ``` As far as I can tell, `ls-lint` treats everything after the first dot as an extension. For example, `test.SUBEXT.ts` will pass the validation because `test`...
Currently, error messages like ```. failed for `.*` rules: exists:1 (debug: 10)``` display only the number of files that violate the rule. It would be nice to have a list...