Skip to content

Commit

Permalink
Tag the silly eslint import error with the issue it's tracked under.
Browse files Browse the repository at this point in the history
  • Loading branch information
enigma0Z committed Dec 12, 2024
1 parent 789b378 commit 209a2ac
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions stores/SettingStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 209a2ac

Please sign in to comment.