zhangenming

Results 50 comments of zhangenming

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 ![image](https://github.com/eslint/eslint.org/assets/21235555/9f8aa53b-482a-4ee8-869b-a36bc4edb7d8)

> And what do each of those buttons do? here https://github.com/eslint/eslint.org/issues/549#issuecomment-2048987763 thanks

![微信图片_20240731093910](https://github.com/user-attachments/assets/fe72740c-24b5-4d2d-af02-48beaf048f20) Just delete this line because of his influence The idea is to delete related options from the configuration list(`rulesWithInvalidConfigs`)

![微信图片_20240731095101](https://github.com/user-attachments/assets/f9fe51ff-e5b6-4d06-85f7-5620b1ea6cda) I added a judgment to handle this situation The button is not displayed in this case

```css section { user-select: none; } /* hack 禁止跨元素选择 */ section:hover { user-select: text; } ``` this work for me