From 209a2ac2b0305b9e22a9be7abae3ba071fddb37b Mon Sep 17 00:00:00 2001 From: enigma0Z Date: Wed, 11 Dec 2024 19:17:28 -0500 Subject: [PATCH] Tag the silly eslint import error with the issue it's tracked under. --- stores/SettingStore.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/stores/SettingStore.ts b/stores/SettingStore.ts index cae7b505b..3dee0cd19 100644 --- a/stores/SettingStore.ts +++ b/stores/SettingStore.ts @@ -6,11 +6,7 @@ import AsyncStorage from '@react-native-async-storage/async-storage'; import compareVersions from 'compare-versions'; -// TODO: Fix this import -// Eslint was complaining about this import, maybe because it's coming from -// an outdated module? In any case, I think updating stuff is out of scope -// for the PR in which this is being added. - +// TODO: Fix this import, this is a bandaid; issue #365 // eslint-disable-next-line import/namespace import { Platform } from 'react-native';