From 7b3c9548ea43a35a40fc4db26e4cf23be5307c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=8C=AF=E5=AE=87?= <> Date: Fri, 7 Feb 2025 18:06:20 +0800 Subject: [PATCH] feat(lint): add TypeScript ESLint plugins to Jenkinsfile for improved linting support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 孙振宇 <> --- first-class-pipeline/tests/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/first-class-pipeline/tests/Jenkinsfile b/first-class-pipeline/tests/Jenkinsfile index 631f22ae..8e2bcf81 100644 --- a/first-class-pipeline/tests/Jenkinsfile +++ b/first-class-pipeline/tests/Jenkinsfile @@ -50,7 +50,7 @@ executeFreeleapsPipeline { // eslintVersion used to specify the eslint version eslintVersion: '7.32.0', // eslintPlugins used to specify the eslint plugins - eslintPlugins: ['eslint-plugin-vue@8.0.3'], + eslintPlugins: ['eslint-plugin-vue@8.0.3', '@typescript-eslint/parser@4.33.0', '@typescript-eslint/eslint-plugin@4.33.0'], // linterConfig used to specify the code linter configuration file path, if not set, will use the default configuration // linterConfig: '.eslintrc.js', // sastEnabled used to specify whether to enable SAST scan