Skip to content

Commit 7f3440d

Browse files
authored
fix: ignore react-native packages due to flow use (#413)
1 parent 75d8622 commit 7f3440d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ const config: Linter.FlatConfig[] = [
3131
'react-hooks': reactHooksPlugin,
3232
react,
3333
},
34+
settings: {
35+
'import/ignore': [
36+
'react-native',
37+
'react-native-keychain',
38+
],
39+
},
3440
},
3541
]
3642

0 commit comments

Comments
 (0)