Closed
Bug 1160498
Opened 10 years ago
Closed 9 years ago
Enable eslint rules for Loop: jsdoc validation
Categories
(Hello (Loop) :: Client, defect, P3)
Hello (Loop)
Client
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
| backlog | tech-debt |
People
(Reporter: standard8, Unassigned)
References
Details
Spun out of bug 994871. We should enable the jsdoc validation rule for eslint.
Looking at the rule description, we probably want something like:
"valid-jsdoc": [2, {"requireReturn": false, "requireParamDescription": false}],
adding to the .eslintrc file.
http://eslint.org/docs/rules/valid-jsdoc
Flags: qe-verify-
Updated•10 years ago
|
Rank: 38
Flags: firefox-backlog+
Priority: -- → P3
| Reporter | ||
Comment 2•9 years ago
|
||
Yes, I'd like us to get better at our documentation and ensuring it is up to date. We still need this, especially looking at the amount of errors we have today.
Flags: needinfo?(standard8)
| Reporter | ||
Comment 3•9 years ago
|
||
Support for Hello/Loop has been discontinued.
https://support.mozilla.org/kb/hello-status
Hence closing the old bugs. Thank you for your support.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•