Skip to content

Commit

Permalink
feat: fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Parker authored and Charles Parker committed Mar 21, 2024
1 parent 61ae986 commit 22517a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from "react";

import { Button, Pressable, StyleSheet, Text, View } from "react-native";
import { Pressable, StyleSheet, Text, View } from "react-native";
import { MediapipeCamera } from "react-native-mediapipe";
import {
useCameraPermission,
Expand Down
7 changes: 6 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@
]
},
"composite": true
}
},
"exclude": [
".eslintrc.js",
"babel.config.js",
"react-native.config.js",
]
}

0 comments on commit 22517a4

Please sign in to comment.