Skip to content

Commit 76f5b9c

Browse files
committed
feat(update): minor changes
1 parent 93c4cea commit 76f5b9c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const config = [
88
},
99
},
1010
{
11-
ignores: [".idea/**", "example/**", "test/**", "jest.setup.js"],
11+
ignores: [".idea/**", "example/**", "test/**", "docs/**", "jest.setup.js"],
1212
},
1313
{
1414
languageOptions: {

src/native/TextFieldNativeComponent.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @typescript-eslint/no-empty-object-type */
12
/* eslint-disable @typescript-eslint/consistent-type-definitions */
23
import { codegenNativeComponent, type HostComponent, type ViewProps } from "react-native";
34
import type { DirectEventHandler, Double } from "react-native/Libraries/Types/CodegenTypes";

0 commit comments

Comments
 (0)