Milos Djermanovic
Milos Djermanovic
I support this :+1:
@B2o5T we can accept rules related to new ECMAScript features that reached stage 4 in the preceding 12 months.
> Is there a reason this needs to be a new rule instead of updating no-empty to include static blocks? I just don’t want to get into a situation where...
Thanks for the issue! This looks like a bug to me, but I'd like more opinions from other team members before accepting this issue. I think we should either count...
> I tried to implement the logic of looping through globbyPatterns and checking the globbyResult (later pushing into globbyResults) for each pattern and if `globbyResult.length == 0` it threw the...
@MichielPater thanks for the PR, and sorry for the lack of response. > The new option allows to restrict all import names except for listed ones. This would make it...
Hi @sacummings91, thanks for the issue! > ### What actually happened? > linter lints node modules > Running `eslint 'src/**/*.{ts,tsx}'` Can you provide the exact output you're getting when you...
Thanks for the info! > node_modules/@cubejs-client/core/index.d.ts:818:31 - error TS2344: Type 'First' does not satisfy the constraint 'DeeplyReadonly'. > > 818 ? SingleQueryRecordType | QueryArrayRecordType > ~~~~~ > > node_modules/@cubejs-client/core/index.d.ts:817:31 >...
No response, so closing.
A difference is that `new String(foo)`, `new Number(foo)` and `new Boolean(foo)` create wrapper objects, which `no-new-wrappers` rule intends to disallow, whereas `new BigInt(foo)` always throws `TypeError: BigInt is not a...