Skip to content

Commit

Permalink
Add eslint-disable rules related to JSDoc requires
Browse files Browse the repository at this point in the history
  • Loading branch information
fgiannar committed May 14, 2024
1 parent 5e4fdcf commit cae099f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/packages/masterbar/src/masterbar/tracks-events.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable jsdoc/require-returns,jsdoc/require-description,jsdoc/require-param-description, jsdoc/require-param-type */

( function () {
// eslint-disable-next-line strict
'use strict';
Expand Down

0 comments on commit cae099f

Please sign in to comment.