We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6489510 commit c15be6dCopy full SHA for c15be6d
packages/eslint-config-react-native/index.mjs
@@ -2,7 +2,7 @@ import expoConfig from 'eslint-config-expo/flat.js'
2
import { defineConfig, globalIgnores } from 'eslint/config'
3
4
/** Globally ignored */
5
-const ignores = globalIgnores(['.expo/'])
+const ignores = globalIgnores(['.expo/', 'expo-env.d.ts'])
6
7
/** @type {import("eslint").Linter.Config} */
8
const common = {
0 commit comments