Skip to content

Commit

Permalink
Ignore eslint import error (I suspect an outdated version of react na…
Browse files Browse the repository at this point in the history
…tive or something similar -- this only happens in ts files
  • Loading branch information
enigma0Z committed Dec 11, 2024
1 parent 8d8ed65 commit 789b378
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions stores/SettingStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
*/
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.

// eslint-disable-next-line import/namespace
import { Platform } from 'react-native';

import { create } from 'zustand';
Expand Down

0 comments on commit 789b378

Please sign in to comment.