Skip to content

Commit 417c698

Browse files
committed
Ignore complexity
1 parent 778e458 commit 417c698

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/js/src/support/app.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,11 @@ const openHelpScoutBeacon = () => {
3232
}
3333
};
3434

35+
/* eslint-disable complexity */
36+
3537
/**
3638
* @returns {JSX.Element} The app component.
39+
*
3740
*/
3841
export const App = () => {
3942
const hasPremiumSubscription = useSelectSupport( "selectPreference", [], "hasPremiumSubscription", false );

0 commit comments

Comments
 (0)