split processDecl into separate functions

This commit is contained in:
2025-03-30 11:00:55 -07:00
parent 4ec7519955
commit 654e5cdb25
2 changed files with 42 additions and 25 deletions

View File

@@ -17,7 +17,7 @@
}
],
"@typescript-eslint/semi": "warn",
"curly": ["warn", "multi"],
"curly": ["warn", "multi", "consistent"],
"eqeqeq": "warn",
"no-throw-literal": "warn",
"semi": "off"