feat(lint): add component property to CodeLintExecutor for enhanced configuration

Signed-off-by: 孙振宇 <>
This commit is contained in:
孙振宇 2025-02-07 17:35:52 +08:00
parent f9a0b7893a
commit 7ed8ecb671

View File

@ -17,6 +17,7 @@ class CodeLintExecutor {
this.workspace = workspace
this.configs = configs
this.linterType = linterType
this.component = component
}
def execute() {