-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Use ESLint #10845
Comments
@J0WI I suggested https://github.com/standard/standard instead of a homebrewn .eslintrc.yml file. This pull request is also out of date ("This branch has conflicts that must be resolved"). |
Despite the name, standardjs is not an official standard, it's just popular with some developers. It also has some unusual requirements like not allowing semicolons. Related Hacker News discussion: https://news.ycombinator.com/item?id=14045617. Two other popular eslint configurations are from Google and Airbnb. Probably the ideal way of deciding what to use it to try all three of them and figure out which configuration most closely matches what we already have. |
@jeremyn It doesn't claim to be one: https://github.com/standard/standard#but-this-isnt-a-real-web-standard |
Can this be closed with the #10852 merge? |
@Hainish No, it should be closed when one of the JS style guide PRs will be merged. |
@Hainish I already created the PRs for each code style. Let's discuss which to use. Personally, I would prefer either Standard or Google. |
I hope we'll finish this before the next release (#10888.) |
Should help with #4039. |
We may use standard for rules.
The text was updated successfully, but these errors were encountered: