Anthony Fu
Anthony Fu
Sounds good, feel free to send the PR. Would you suggest implementing the feature-parity and then deprecating just-indent in favor of indent?
Sounds nice if we managed to do that. Feel free to PR, thanks!
> .md files and comments often use "markdown newline" which is two spaces on the end of line Can you explain more why and how it works? Isn't that having...
I don't understand - the rule name is specifically mention it's for `class-members` - I don't think lint for interface making sense.
@Bluzzi I guess we could `try catch` native importing a tiny ts file to see if it's supported? Ideally it should work with `ts-node` and `tsx`'s CLI where they registered...
I ended up creating a wrapper library [`importx`](https://github.com/antfu/importx), which supports all the solutions we mention and will [smartly decide](https://github.com/antfu/importx#auto) one based on the user env or allow manual swap the...
Yes, we could make `importx` optional and let users install it explicitly. Same as how I implement and documented as https://github.com/eslint/eslint/pull/18440
Consider devtools is enabled by default in 3.8, shall we deprecate that command directly?
> show the devtool at the bottom of the screen like it was last time I tried it. If you explicitly have `{ devtools: { enabled: true }}` in your...
Made a PR: https://github.com/vuejs/eslint-plugin-vue/pull/2422