From a8d92e5df9e7d61dee10c8e1a3734ea84d4c3498 Mon Sep 17 00:00:00 2001 From: Neil <4138956+nwparker@users.noreply.github.com> Date: Mon, 31 Aug 2026 07:06:01 -0700 Subject: [PATCH] chore(mobile): prune stale max-lines overrides (cherry picked from commit be954c3663409116f34ba08658876262733b3f67) --- mobile/.oxlintrc.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/mobile/.oxlintrc.json b/mobile/.oxlintrc.json index 33562b622d8..d58682609a3 100644 --- a/mobile/.oxlintrc.json +++ b/mobile/.oxlintrc.json @@ -15,24 +15,12 @@ "unicorn/prefer-node-protocol": "off" }, "overrides": [ - { - "files": ["app/h/*/session/*.tsx"], - "rules": { - "max-lines": ["error", { "max": 5015, "skipBlankLines": true, "skipComments": true }] - } - }, { "files": ["src/terminal/TerminalWebView.tsx"], "rules": { "max-lines": ["error", { "max": 379, "skipBlankLines": true, "skipComments": true }] } }, - { - "files": ["src/terminal/terminal-webview-html.ts"], - "rules": { - "max-lines": ["error", { "max": 1784, "skipBlankLines": true, "skipComments": true }] - } - }, { "files": ["app/h/*/source-control/*.tsx"], "rules": {