Skip to content

Commit

Permalink
Add more 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 cae099f commit 513f7a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/packages/masterbar/src/admin-menu/admin-menu.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable jsdoc/require-description,jsdoc/require-param-description,jsdoc/require-param-type,jsdoc/require-returns */
/* global ajaxurl, jetpackAdminMenu */

( function ( $ ) {
Expand Down

0 comments on commit 513f7a5

Please sign in to comment.