chore(mobile): prune stale max-lines overrides

(cherry picked from commit be954c3663409116f34ba08658876262733b3f67)
This commit is contained in:
Neil
2026-08-31 23:35:08 -07:00
parent cb94265cf4
commit a8d92e5df9
-12
View File
@@ -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": {