Closed
Bug 1824173
Opened 2 years ago
Closed 2 years ago
Enable ESLint valid-jsdoc rules across the tree wherever we can
Categories
(Developer Infrastructure :: Lint and Formatting, task, P2)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox113 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox113 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Now that we have changed to eslint-plugin-jsdoc and defined a couple of configurations around it, we should enable it across the tree.
As a starter, I want to enable valid-jsdoc across the tree but disable it for locations where it currently fails. This will mean that it is easier to turn on for places where we currently need it disabled, and also that new directories and files will automatically pick up the rules.
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
Depends on D173450
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/53f12813457e
Automatically fix some ESLint issues raised by the valid-jsdoc configuration. r=mossop,webcompat-reviewers,denschub
https://hg.mozilla.org/integration/autoland/rev/81242299fe66
Enable ESLint configuration valid-jsdocs across the tree, disabling for currently failing locations. r=mossop,webcompat-reviewers,extension-reviewers,credential-management-reviewers,denschub,dimi,robwu
Comment 4•2 years ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•