issues Search Results · repo:jscs-dev/jscs-jsdoc language:JavaScript
Filter by
125 results
(124 ms)125 results
injscs-dev/jscs-jsdoc (press backspace or delete to remove)Is jscs-jsdoc getting merged into ESLint?
I have a couple of rules I want to write in a couple of months but I do not want to add them if they are just getting
dropped by the transition.
dtracers
- 2
- Opened on Jun 11, 2016
- #199
internalError: Error running rule jsDoc: This is an issue with JSCS and not your codebase.
Please file an issue (with the stack trace below) at: https://github.com/jscs-dev/node-jscs/issues/new
TypeError: ...
dtracers
- 1
- Opened on Jun 11, 2016
- #198
Hi,
i have a specific rule that allow us to use multiple @returns tags in our documentation. i have modified the
check-return-type.js file in order to take this in consideration. My question is how could ...
question
buenjybar
- 4
- Opened on Apr 11, 2016
- #196
Maybe allow a way to enforce order of tags. Examples
// in config
enforceTagOrder: { param , returns }
// valid
/**
* @param param1
* @param param2
* @returns
*.
// invalid
/**
* @returns
* ...
beginner-friendly
new rule
dtracers
- 2
- Opened on Mar 24, 2016
- #195
Hi,
When using an empty object as a default parameter, in a function, a method, or a constructor, I get the following
errors, with jscs@2.11.0 and jscs-jsdoc@1.3.1:
jsDoc: Function is missing documentation ...
jipodine
- 1
- Opened on Mar 7, 2016
- #194
Jscs 2.10.1 requires jsdoc for any anonymous arrow function. It s very inconvenient to write jsdoc for functions inside
Array.sort, Array.map, Array.filter etc.
Example:
1
Next config does not help: ...
beginner-friendly
docs
blazkovicz
- 3
- Opened on Mar 3, 2016
- #193
@listens tag is missing from jsdoc3.json
https://github.com/jscs-dev/jscs-jsdoc/blob/master/lib/tags/jsdoc3.json
Appears to be a valid tag in JSDoc:
http://usejsdoc.org/tags-listens.html
ianmcburnie
- Opened on Feb 11, 2016
- #191
In general, JSDuck content prefers descriptions as first part of a documentation block, followed by any tags and their
values.
/**
* Description of class Foo.
*
* @class Foo
* @constructor
* @param ...
Krinkle
- 1
- Opened on Feb 4, 2016
- #190
For function in this code jscs throw error. It should be param for suppress it.
var modalInstance = $modal.open({
templateUrl: modalColor.html ,
controller: ModalColorCtrl as mColor ...
question
annsk
- 3
- Opened on Feb 3, 2016
- #189
So memberOf will be equal to memberof jsdoc works with both.
beginner-friendly
bug
Yeti-or
- 2
- Opened on Feb 2, 2016
- #188

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.