split processDecl into separate functions
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/semi": "warn",
|
||||
"curly": ["warn", "multi"],
|
||||
"curly": ["warn", "multi", "consistent"],
|
||||
"eqeqeq": "warn",
|
||||
"no-throw-literal": "warn",
|
||||
"semi": "off"
|
||||
|
||||
Reference in New Issue
Block a user