abitwhy

Results 10 comments of abitwhy

It seems that everyone has ignored that the return type of overloaded functions is coupled with their parameter types.

# Solution ```ts AutoImport({ // ... eslintrc: { enabled: true, } }) ``` As you see, it's not a bug, please check [the configuration](https://github.com/antfu/unplugin-auto-import#configuration) first.

@antfu And there is a real bug if set a custom `eslintrc.filepath` like `./temp/.eslintrc-global.json`. Then when you install your project for the first time, it will fail with the error...

> This looks like an IDE or linting problem, not a documentation problem. Could you confirm which tool is reporting the error? Report the issue in this repo maybe because...

A better workaround: ```css ~ :deep(h1), :deep(h1) { color: red; } ```

Not about sorting at all. The use case is to turn pages smoothly to display data. ECharts already has the function of [turning pages](https://echarts.apache.org/handbook/en/how-to/data/dynamic-data/#:~:text=is%20the%20effect%3A-,Dynamic%20Update,-ECharts%20was%20driven), and has the ability to [display...

@sapphi-red The reproduce steps were added in the top comment.

Check this: ![vite-HMR-bug-with-script-setup](https://user-images.githubusercontent.com/68452982/187150505-5a142f5a-eba8-422b-920e-912015456674.gif)

After more testing, I found that only [no-undef](https://eslint.org/docs/rules/no-undef) error will case this bug.