@@ -57,10 +57,6 @@ export default [
5757 'scripts/secretFiles.ts' ,
5858 'scripts/themeServer.ts' ,
5959 'scripts/updateVersion.ts' ,
60- 'src/__tests__/components/CreateWalletSelectCryptoRow.test.tsx' ,
61- 'src/__tests__/components/MenuTabs.test.tsx' ,
62- 'src/__tests__/utils.test.ts' ,
63- 'src/__tests__/utils/parseMarkedText.test.ts' ,
6460 'src/actions/BackupModalActions.tsx' ,
6561 'src/actions/CategoriesActions.ts' ,
6662 'src/actions/CountryListActions.tsx' ,
@@ -212,13 +208,10 @@ export default [
212208 'src/components/notification/NotificationView.tsx' ,
213209 'src/components/progress-indicators/AccountSyncBar.tsx' ,
214210 'src/components/progress-indicators/CancellableProcessingScene.tsx' ,
215- 'src/components/progress-indicators/CircleTimer.tsx' ,
216- 'src/components/progress-indicators/FillLoader.tsx' ,
217211 'src/components/progress-indicators/FullScreenLoader.tsx' ,
218212 'src/components/progress-indicators/LoadingSplashScreen.tsx' ,
219213 'src/components/progress-indicators/Shimmer.tsx' ,
220214 'src/components/progress-indicators/StepProgressBar.tsx' ,
221- 'src/components/progress-indicators/WalletSyncCircle.tsx' ,
222215 'src/components/rows/CoinRankRow.tsx' ,
223216 'src/components/rows/CryptoFiatAmountRow.tsx' ,
224217 'src/components/rows/CurrencyRow.tsx' ,
@@ -574,7 +567,6 @@ export default [
574567 '@typescript-eslint/no-dynamic-delete' : 'warn' ,
575568 '@typescript-eslint/no-misused-promises' : 'warn' ,
576569 '@typescript-eslint/prefer-nullish-coalescing' : 'warn' ,
577- '@typescript-eslint/prefer-optional-chain' : 'warn' ,
578570 '@typescript-eslint/require-array-sort-compare' : 'warn' ,
579571 '@typescript-eslint/restrict-plus-operands' : 'warn' ,
580572 '@typescript-eslint/restrict-template-expressions' : 'warn' ,
0 commit comments