jscs-jsdoc
jscs-jsdoc copied to clipboard
JsDoc validation rules for jscs
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...
- Multiple back-ticks, single quotes and double quotes - Nested lists I'm not that confident about the proposed fix, but all tests seem to pass.
``` 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: Cannot read...
Hi, When using an empty object as a default parameter, in a function, a method, or a constructor, I get the following errors, with [email protected] and [email protected]: ``` jsDoc: Function...
For example: Overriding Application.components.UserProfile component.
https://github.com/angular/angular.js/wiki/Writing-AngularJS-Documentation#angularjs-specific-ngdoc-directives - `@ngdoc` - `@restrict` etc. /cc @asgeirbirkis
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....
Maybe allow a way to enforce order of tags. Examples ``` // in config "enforceTagOrder: {"param", "returns"} // valid /** * @param param1 * @param param2 * @returns *. //...
Allow us to set null to disable a jsdoc rule.