diff --git a/eslint.config.mjs b/eslint.config.mjs index 140c2b2..55bd131 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -9,6 +9,10 @@ export default [ "**/node_modules/**", "**/dist/**", "**/build/**", + "**/out/**", + "**/android/**", + "**/MagicMock/**", + "**/reticulum_meshchatx.egg-info/**", "**/electron/assets/**", "**/meshchatx/public/**", "**/meshchatx/src/frontend/public/**", @@ -26,7 +30,6 @@ export default [ "**/*.wasm", "**/*.proto", "**/tests/**", - "**/tests/frontend/**", "**/.pnpm-store/**", ], },