Darkein

Results 7 issues of Darkein

**Prettier 2.7.1** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEAzArlMMCW0AEAEnADYkQDqEATiQCYAUwA5tXHLlM-gLz4A6IABalyggDT5W7eHV74A5IKq06ghZIDOOEghjzUAQxKa4k6AFkI6UwHkAbnGriAvgEp8wAVHy-8kKE19AEd0OCC8QPlQ8NxoTQA6AFtDAAcGYN4APnwoOAB3fBiI6AARGAgMyUNA-KdE1BwoRkNs-EMEpro4AA9eHj5gzubetzGAbn4fPwCgorCSqMGFuMDktIy2vMLi1fLK4Ora+oTG5oZWnhyOrt7+weHunrcAHxeodDIJqamXEHEQBBUqtNMhQIZqNQIPkAAoQhCglDGfKGACeoIBACNqIYwABrDgAZUMSTgABkmnBkEYTGYQNjcQSYITUrimsxkDBqGEAXAkpi4HRunQyTVmOhDMw4AAxGgpGCcDlI9AVf7CGBJEgUIQ4eCaVlgOCEhG6nD2XWo5DgTQYkBNUzUGAwnHMFLU4ymAEAK00PUJ7N0AEV0BB4O7aQDWdQHVaYKjUuEwNQcMC1alk7AKDg6DAhMgAIwANgADJGoaYKDjUlb0+EnI41aFQ3BnUDESBDJoALR5QWCtVsUI4NjOyVupA0z0gUxJHCc7l07RcIMhsMTj10mCGTFZnN5pAAJgBXMMOnZAGEIElxyBwgBWNU2OAAFW3iMndPsYQAkiNYISkxTGAAEFmkJONdHDUwXBcIA) ```sh --parser typescript --print-width 160 ``` **Input:** ```tsx function HelloWorld({greeting = "hello", greeted = '"World"', silent = false, onMouseOver,}) { const questions = questions.map(q => new...

## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message was generated by `yarn commit` - [ ] Tests for the changes...

rebase PR https://github.com/nestjsx/crud/pull/253 with latest master to fix https://github.com/nestjsx/crud/issues/149

Hello, i'm using the array validator in my schema. Unfortunately, because it use a new convict instance to validate the schema, the default values of the elements in my array...

It misses custom operators documentation. Where could we add it ?

we should have an error message if the custom operator does not start with `$`

it's not possible to add a custom operator with an empty value, It should be possible