Chris Sandvik
Chris Sandvik
This is still an issue as far as Im aware
Here is a minimal reproduction: Before: ```js /* eslint-disable jsx-a11y/anchor-is-valid */ /* eslint-disable react/jsx-key */ /* eslint-disable jsx-a11y/alt-text */ import { useState } from "react"; import { Button, Menu, MenuButton,...
@byara for the most part, these comments aren't added manually, they're added by hovering an eslint error in VSCode, and clicking on the "quick fix" option for disabling it for...
@byara By the way, just wanted to mention that using single line comments is not a solution to this problem, as only block comments disable a rule for an entire...
I came to mention a similar thing however I think customizing the type imports might be a bit too much. Type imports are really their own thing, while every other...
It sorts based on the order of the import groups? That's not what I'm seeing. These are my settings for the rule: ```json "import/order": [ "warn", { "groups": [ "builtin",...
Was this fixed? I am still running into this error in some deployments
@ptrcnull Interesting, because I managed to get a version set up last week that appears to be fully functional. In fact, I helped an admin of the New Hampshire Pokemon...
@Gallaecio I'll give it a shot! Do you know the easiest way to test a package like this? I don't do python development very often so I'm not very familiar,...
Ok it installed successfully with that command! (but not with zsh for some reason) Anyway, I'm still getting the error, except at a different position: ``` Traceback (most recent call...