mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 00:02:31 +00:00
chore(mobile): prune stale max-lines overrides
(cherry picked from commit be954c3663409116f34ba08658876262733b3f67)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user