Kenneth Sills
Kenneth Sills
TypeScript error when axios instance is created from an import that uses `axios >=1.6.0`'s ESM types
It's worth noting that the aforementioned https://github.com/axios/axios/pull/6218 was merged, but reverted in 1.7.9 due to making a breaking change that broke Typescript compilation upstream for a lot of users (https://github.com/axios/axios/issues/6720)....
I agree that we should move to this approach. It also addresses a couple of issues: 1. Right now, Task requires root permissions to install and [always installs globally](https://github.com/go-task/go-npm/issues/6). If...
Testing this now, your example actually works as you'd like it to using `INLINE_SHORT_LINES`. However, the example as written above actually has a syntax error with a missing quote for...
Ah, I went to make a PR but this one may be a bit more involved. Since v8 drops older PHP version support that we still target, we'll likely want...
Wonderful, the release is out and includes [an updated blog post](https://typescript-eslint.io/blog/announcing-typescript-eslint-v8)! I don't immediately see additional changes needed from the list above.
Yup! The full list of old rules moved to the stylistic plugin can be found [here](https://github.com/typescript-eslint/typescript-eslint/blob/2761ca83becc0b8c6d76a14fb2d2465a1d9c45a5/packages/eslint-plugin/tests/docs.test.ts#L128). I hope to have a PR for the maintainer this weekend, but in the...
@DiFuks Absolutely! The config above was really to get people going in the interim, and I had yet to have a look at the `@stylistic` ruleset to know the migration....
@iamturns I don't see any testing or automated validation beyond the dogfooding of `.eslintrc`. Please let me know if you have anything you'd like from me in terms of making...
@SteveW94 The maintainer doesn't have much activity, they may be on hiatus. A bit busy this week, but if I do have some time this weekend I can take a...
Same as the other issue, the Typescript rule was outright removed and this is being migrated to [ESLint Stylistic](https://eslint.style/). Once the upstream Airbnb config is updated, the override will be...