From 2a54781ce0e9f0764a9bb70008ef7c7798a1f5e0 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 28 Aug 2025 06:20:06 -0500 Subject: Update dev env (#8921) * Update dev-env * Integrate appviewDid value from dev-env * Use correct env value to disable policy update overlay * Remove log --- .eslintrc.js | 2 ++ 1 file changed, 2 insertions(+) (limited to '.eslintrc.js') diff --git a/.eslintrc.js b/.eslintrc.js index b9c89c3d5..04914bde6 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -111,6 +111,8 @@ module.exports = { 'bskyembed', 'src/locale/locales/_build/', 'src/locale/locales/**/*.js', + '*.e2e.ts', + '*.e2e.tsx', ], settings: { componentWrapperFunctions: ['observer'], -- cgit 1.4.1