Simon Schick

Results 38 issues of Simon Schick

## What are you doing? Rationale: Most people (myself included at times) use `findOne()` to check if a certain record exists, this also pulls data from the db and constructors...

type: feature
status: understood
existing workaround

It seems to emit decorators as-is in both experimental and regular mode.

### Minimal, reproducible example ```TypeScript import { BrowserContext } from 'puppeteer'; let a: BrowserContext; a.deleteCookie({ name: 'session', domain: 'localhost', }); ``` ### Background You recently deprecated `page.deleteCookie` et al, it...

bug
feature
confirmed
P2

### Description Not a new rule, but there may be benefits to allow users to set a maximum amount of destructurings before this rule triggers, in my case we access...

enhancement
evaluating

I noticed that after refactorings we sometimes forgot to remove the `key` on the root fragment of a new component, this seems to be entirely redundant and just add overhead....

Tentative rule set to identity bugs.

### Is there an existing issue for this? - [x] I have searched the existing issues and my issue is unique - [x] My issue appears in the command-line and...

enhancement
help wanted

Simple example One could argue parametrized tests should be used here but I think the rule should permit this?