Remove jshint and jscs in favor eslint (linting and code style), see parent task.
Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Upgrade to eslint | mediawiki/extensions/RelatedArticles | master | +35 -48 |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | None | T118941 Switch to eslint for our linting and our code styling in all Wikimedia JavaScript code | |||
Resolved | Jdlrobson | T162936 Improve developer happiness in reading web maintained extensions | |||
Resolved | • Jhernandez | T149201 Remove jshint and jscs in favor of eslint (linting and code style) in Reading Web code | |||
Resolved | • bmansurov | T149202 Migrate RelatedArticles to eslint |
Event Timeline
Comment Actions
Change 347115 had a related patch set uploaded (by Jdlrobson):
[mediawiki/extensions/RelatedArticles@master] Upgrade to eslint
Comment Actions
This is a tech task. I ended up doing this as part of 10% work on Friday. Resolving should be ceremonial but will communicate to the team that this has been done.
Comment Actions
Change 347115 merged by jenkins-bot:
[mediawiki/extensions/RelatedArticles@master] Upgrade to eslint
Comment Actions
I see that the jshint and jscs config files have been removed and a grunt eslint task has been enabled.