We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933797c commit 23cfc6cCopy full SHA for 23cfc6c
1 file changed
eslint.config.mjs
@@ -25,7 +25,7 @@ export default EslintConfig.defineConfig([
25
26
EslintConfig.globalIgnores([
27
"**/.expo/",
28
- "expo-env.d.ts",
+ "./examples/*/expo-env.d.ts",
29
"**/node_modules/",
30
"package/lib",
31
"**/android/",
0 commit comments