Skip to content

Commit

Permalink
ESLint rule exception for API_Key
Browse files Browse the repository at this point in the history
  • Loading branch information
notforrest committed Aug 7, 2024
1 parent a7fea3d commit 96fbc99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/(tabs)/scan-receipt/parser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
Alert,
} from "react-native";

// eslint-disable-next-line import/no-unresolved
import { API_KEY } from "../../../config";
import { IngredientsContext } from "../../../utils/IngredientsContext";
import { Theme, useTheme } from "../../../utils/ThemeProvider";
Expand Down

0 comments on commit 96fbc99

Please sign in to comment.