Patrik Lundqvist

Results 3 issues of Patrik Lundqvist

What do you think of adding a new selector to the naming-convention rule which applies to variables that are containing a construct signature? With the current selectors I cannot target...

enhancement
revisit
breaking change

```tslint: 5.7.0``` ```typescript: 2.5.2``` **tslint.json:** ```json "rules": { "space-in-parens": [true, "never"] } ``` **Code:** ```ts foo(/* test */ 'bar'); ``` **Actual behavior:** ```sh ERROR: there should be no spaces inside...

bug
accepting pr's

### What is the new or updated feature that you are suggesting? Great to see that absolute paths [will be supported ](https://github.com/remix-run/react-router/issues/7335#issuecomment-910892017) in V6, I find it very handy to...