Skip to content

Commit

Permalink
Disable jsdoc/valid-types rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Mar 5, 2021
1 parent 5d7750b commit fbc31a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/plugin/lib/milestone.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
/** @typedef {import('@octokit/rest').Octokit} GitHub */
/** @typedef {import('@octokit/types').Endpoints} Endpoints */

/* eslint-disable jsdoc/valid-types */
/** @typedef {import('@octokit/openapi-types').components["schemas"]["issue"]} Issue */
/** @typedef {import('@octokit/openapi-types').components["schemas"]["milestone"]} Milestone */
/* eslint-enable jsdoc/valid-types */

/**
* @template T
Expand Down

0 comments on commit fbc31a9

Please sign in to comment.