Skip to content

Commit a485531

Browse files
committed
fix: turn no-undef off
1 parent 817fade commit a485531

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package/eslint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ export default tsEslint.config(
6060
modules: true,
6161
jsx: true,
6262
},
63+
// projectService: true,
64+
// tsconfigRootDir: import.meta.dirname,
6365
},
6466
sourceType: 'module',
6567
},
@@ -88,6 +90,7 @@ export default tsEslint.config(
8890
},
8991
rules: {
9092
...reactNativeRules,
93+
'no-undef': 'off',
9194
'prettier/prettier': 'warn',
9295
'array-callback-return': 2,
9396
'arrow-body-style': 2,

0 commit comments

Comments
 (0)