Taras Turchenko

Results 4 comments of Taras Turchenko

Passing options via modules sections works fine ```js modules: [ ['@nuxtjs/toast', { duration: 5000 }] ], ```

As an option we can add ability to specify branch name to lint via env variable or cli option. Github allows to get name from env variable https://stackoverflow.com/a/58034787/9904159

+1 It will be great to be able to validate an array of UUIDs Example in nestjs graphql. GraphQLUUID is a type from `graphql-type-uuid` ```ts @Field(returns => [GraphQLUUID]) @Directive('@constraint(minItems: 1)')...

Same here. YAML aliases are super useful