Skip to content

Commit fab235c

Browse files
committed
test: add eslint rule
1 parent 00a3fdf commit fab235c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
],
3030
"no-shadow": "error",
3131
"import/no-cycle": "error",
32+
"import/no-unresolved": "error",
3233
"import/no-unused-modules": ["off", { "unusedExports": true }]
3334
}
3435
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
// @ts-ignore
2+
// eslint-disable-next-line import/no-unresolved
23
import { unstable_batchedUpdates } from 'react-native'
34
export { unstable_batchedUpdates }

0 commit comments

Comments
 (0)