You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I would like to help with this issue. How can I help with it? Where can I find the documentation about eslint configuration? All the links in this page are broken
@JuanMaRuiz at the point this documentation was written, we envisioned that all the projects would share a common setup as far as specific tools and style. However, as we've grown it seems less like a good idea.
I think it might be better to have a general statement here that says something to the effect of, "We recommend that each project create code a code style that the team agrees represents best practice, and enforce those practices with tools like ESLint and Prettier. However, each project is free to use their tools of choice to accomplish this." I suspect this could replace nearly the whole page. What does everyone else think about doing that?
The JavaScript Style Guide incorrectly says:
and then describes the JSHint config. jQuery Core uses ESLint for linting and doesn't have
.jshintrc
or thejshint
Grunt task.The text was updated successfully, but these errors were encountered: