Skip to content

Support documentation lint. #103

@h13i32maru

Description

@h13i32maru

If method signature and documentation are mismatched, show warning.

export default class Foo {
  /**
   * @param {number} x
   */
  method(p){}
}

2015-10-04 19 53 37

If we does not want to lint, set false to config.lint.

FYI: ESLint Validate JSDoc

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions