Philipp Miller
Philipp Miller
[The documentation for the `function-component-definition` rule](https://github.com/jsx-eslint/eslint-plugin-react/blob/HEAD/docs/rules/function-component-definition.md) helpfully points out, that certain cases in TypeScript code using generics can not be fixed. For example this: ```ts function Component(props: Props) { return...
Currently the generated API client consists of *Service classes which have a bunch of static methods to call the individual end points. This serves as a sort of name spacing,...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Steps to reproduce 🕹 CodeSandbox: https://codesandbox.io/s/amazing-panini-4pyuru?file=/demo.tsx I'm trying...
When running `mkvenv` it would be great to have an optional parameter that allows overriding the default `"$(basename $PWD)-$(randstr)" `. Some reasons: 1. The generated names can be kind of...