唯然

Results 226 comments of 唯然
trafficstars

tbh, I'm still not sold: by writing `export default []`, it's clearly the user's intent to just use the eslint's default config. it's strange to output a warning. But I'm...

I pushed a small package for this: https://www.npmjs.com/package/@weiran.zsd/multi-eslint-rule-config

IMHO, it seems a bug - I didn't see it's covered by the tests. it can be easily fixed by adding `uniqueItems: true`, however it's a breaking change, so we...

> You are assigning a value to a global but never using that global anywhere. it can be used in other files (as it's a global)?

we could also: * Enable renovate for the repo? * Disable [dependabot](https://github.com/apps/dependabot).

sounds useful; I'm just a little concerned about whether it should depend on prettier - not all the projects using it. maybe can be configured `settings`: ```js import prettier from...

Currently, there is no rule enforcing the structure of error objects. I am considering introducing a rule that developers can configure to enforce which properties (such as line, endLine, column,...

We also need to rename the repo to something like `eslint/js`, but there is already an npm package called `@eslint/js` which can be confusing.😖 does it make sense to also...

@nzakas I've added a new step: `"rename the repo to eslint/js, and update all links"`, just in case we forget about it. :)

I think no. but want @nzakas to verify.