about summary refs log tree commit diff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2025-08-28 06:20:06 -0500
committerGitHub <noreply@github.com>2025-08-28 04:20:06 -0700
commit2a54781ce0e9f0764a9bb70008ef7c7798a1f5e0 (patch)
tree6d4ddbefb3db5a32b0cdd88e353b195bd248b1a4 /.eslintrc.js
parentdcba5c46683875009cea3ccdb22cda9167f16217 (diff)
downloadvoidsky-2a54781ce0e9f0764a9bb70008ef7c7798a1f5e0.tar.zst
Update dev env (#8921)
* Update dev-env

* Integrate appviewDid value from dev-env

* Use correct env value to disable policy update overlay

* Remove log
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js2
1 files changed, 2 insertions, 0 deletions
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'],