Skip to content

Commit 11723ee

Browse files
committed
fix some styling issues from lint --fix and remove unused ignore files
1 parent e6b3305 commit 11723ee

28 files changed

Lines changed: 0 additions & 30 deletions

File tree

apps/fluent-tester/src/TestComponents/Badge/BasicBadgeTest.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import React, { useState, useCallback, useMemo } from 'react';
32
import { View, Platform, Image } from 'react-native';
43

apps/fluent-tester/src/TestComponents/Badge/CounterBadgeTest.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import React from 'react';
32
import { View, Platform, Text } from 'react-native';
43

apps/fluent-tester/src/TestComponents/Badge/PresenceBadgeTest.android.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import React, { useCallback, useState } from 'react';
32
import { View, StyleSheet, Text } from 'react-native';
43

apps/fluent-tester/src/TestComponents/Badge/PresenceBadgeTest.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import React, { useState, useCallback } from 'react';
32
import { View, Platform, Text } from 'react-native';
43

apps/fluent-tester/src/TestComponents/Button/E2EButtonTest.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import * as React from 'react';
32
import { View } from 'react-native';
43

apps/fluent-tester/src/TestComponents/Button/deprecated/ButtonIconTest.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import * as React from 'react';
32
import { Platform, View } from 'react-native';
43

@@ -14,8 +13,6 @@ const CustomizedIconButton = Button.customize({
1413
});
1514

1615
export const ButtonIconTest_deprecated: React.FunctionComponent = () => {
17-
18-
1916
// SVG-based icons are not available on all platforms yet
2017
const svgIconsEnabled = ['ios', 'macos', 'win32', 'android'].includes(Platform.OS as string);
2118
const iconProps = { svgSource: svgProps, width: 20, height: 20 };

apps/fluent-tester/src/TestComponents/Button/deprecated/E2EButtonTest.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import * as React from 'react';
32
import { View } from 'react-native';
43

apps/fluent-tester/src/TestComponents/Chip/ChipDefault.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import React, { useCallback } from 'react';
32
import { StyleSheet, View, ToastAndroid } from 'react-native';
43

apps/fluent-tester/src/TestComponents/ContextualMenu/ContextualMenuTest.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import * as React from 'react';
32
import { Text, View, Switch } from 'react-native';
43

apps/fluent-tester/src/TestComponents/ContextualMenu/E2EContextualMenuTest.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import * as React from 'react';
32
import { Text, View, Switch } from 'react-native';
43

0 commit comments

Comments
 (0)