Skip to content

Commit

Permalink
Masterbar: Add eslint exception for strict more usage
Browse files Browse the repository at this point in the history
  • Loading branch information
fgiannar committed May 13, 2024
1 parent 75268b5 commit 5e4fdcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions projects/packages/masterbar/src/masterbar/tracks-events.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
( function () {
// eslint-disable-next-line strict
'use strict';

const eventName = 'masterbar_click';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
( function ( $ ) {
// eslint-disable-next-line strict
'use strict';

const cssNudge = {
Expand Down

0 comments on commit 5e4fdcf

Please sign in to comment.