From ff5ad3825331b292fd869fda3555629329de008e Mon Sep 17 00:00:00 2001 From: Paul Coroneos Date: Tue, 19 Nov 2024 09:33:07 -0600 Subject: Leverage jsx transform to remove unnecessary react imports and update eslint config (#6516) * update eslint config with jsx runtime * leverage jsx transform to remove unnecessary react imports and update eslint config * run yarn lint --fix to remove eslint disables related to react/prop-types that is now disabled --- src/components/moderation/ProfileHeaderAlerts.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/components/moderation/ProfileHeaderAlerts.tsx') diff --git a/src/components/moderation/ProfileHeaderAlerts.tsx b/src/components/moderation/ProfileHeaderAlerts.tsx index 891caec18..4ac561fd9 100644 --- a/src/components/moderation/ProfileHeaderAlerts.tsx +++ b/src/components/moderation/ProfileHeaderAlerts.tsx @@ -1,4 +1,3 @@ -import React from 'react' import {StyleProp, ViewStyle} from 'react-native' import {ModerationDecision} from '@atproto/api' -- cgit 1.4.1