Skip to content

Commit c15be6d

Browse files
committed
fix: add ignore
1 parent 6489510 commit c15be6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config-react-native/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import expoConfig from 'eslint-config-expo/flat.js'
22
import { defineConfig, globalIgnores } from 'eslint/config'
33

44
/** Globally ignored */
5-
const ignores = globalIgnores(['.expo/'])
5+
const ignores = globalIgnores(['.expo/', 'expo-env.d.ts'])
66

77
/** @type {import("eslint").Linter.Config} */
88
const common = {

0 commit comments

Comments
 (0)