Percy Ma

Results 75 comments of Percy Ma

This seems to be essentially the same as https://github.com/eslint/rfcs/tree/main/designs/2019-config-tester? eslint-config-inspector also provides similar features. I think it looks good to standardize this and then eslint-config-inspector can use it.

Because of lint and test errors See https://github.com/eslint/eslint/actions/runs/5482202414/jobs/10005549763?pr=17126 and https://github.com/eslint/eslint/actions/runs/5482202414/jobs/10005549380?pr=17126

I also found missing compatibility code to use both import and require in the same file. ``` import { createRequire } from "module"; const require = createRequire(import.meta.url); ``` But when...

But this is a devDependencies change, and I don't think it will break ESLint's support for node 12.

实测确实失效了,另外你的图片没上传完整

I mean open by default when passing `open` prop, not open by default in case without `open`, let me change the title.

Hi, I have created an example of document translation work with the help of a localization platform. I have used transifex, which is a good experience and free for open...

I think punktf can still stay slim if we just call external commands.

I prefer to add it when it becomes Prettier's default behavior, just in case it doesn't end up being adopted. Of course if you want to add it, that's fine...

I think that's reasonable. Also it should have options similar to the `array-element-newline` rule for customization to avoid being opinionated like `consistent-list-newline`. Or we could combine these similar behaviors into...