zhangenming
zhangenming
YES sorry I forgot to mention
This is just a web page not a API Does not cause big breaking changes What I mean is that you can implement it boldly and look at user feedback...
In addition, it is necessary to solve this bug https://github.com/eslint/eslint.org/issues/551 before implementing this feat, otherwise it will be triggered more frequently
fix item: no change, just now `fix` button ~~fix rule: fix all item (error that by this one rule cause) (Maybe not that useful)~~ fix all: fix all rule (all...
A simple, crude example, or there's a better way 
> And what do each of those buttons do? here https://github.com/eslint/eslint.org/issues/549#issuecomment-2048987763 thanks
 Just delete this line because of his influence The idea is to delete related options from the configuration list(`rulesWithInvalidConfigs`)
 I added a judgment to handle this situation The button is not displayed in this case
I'm sorry, I can't
```css section { user-select: none; } /* hack 禁止跨元素选择 */ section:hover { user-select: text; } ``` this work for me