João Dias

Results 123 comments of João Dias

We make extensive use of lambda and use webpack to bundle our functions. Every once in a while some bundle sizes regress and that's when we turn on the stats...

Yup, don't worry. We all get busy. I'll give it a shot, thanks!

Why not fix/contribute the types in https://github.com/DefinitelyTyped/DefinitelyTyped

Will type checking rules be considered for implementation at any point in time?

@dylhunn we are in the major window now, right?

I just stumbled upon this as well, got a bit surprised when `.mjs` didn't work ):

I'm having the exact same issue as @tpater. Due to the use of classes the library is massive and can't be tree shaken )':

I accidentally stumbled upon this thread while checking the stylistic typed recommended rules. We also use unicorn and some of the rules look nearly identical but in the documentation they...

Some examples: * https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-array-find.md and https://typescript-eslint.io/rules/prefer-find/ * https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-for-loop.md and https://typescript-eslint.io/rules/prefer-for-of/ * https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-includes.md and https://typescript-eslint.io/rules/prefer-includes/ * https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-regexp-test.md and https://typescript-eslint.io/rules/prefer-regexp-exec/ There's probably more, I only had a quick look at the stylish...