This is an automated email from the ASF dual-hosted git repository.
thiagoelg pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new e95c7da6e96 NO-ISSUE: Fix VS Code ESLint settings after pnpm and
Node.js upgrade (#3495)
e95c7da6e96 is described below
commit e95c7da6e96523139da285737ff87c91baa443f8
Author: Thiago Lugli <[email protected]>
AuthorDate: Fri Mar 13 10:31:58 2026 -0300
NO-ISSUE: Fix VS Code ESLint settings after pnpm and Node.js upgrade (#3495)
---
.vscode/settings.json | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.vscode/settings.json b/.vscode/settings.json
index b8beb20b6e4..144d864290c 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -2,6 +2,8 @@
"eslint.options": {
"overrideConfigFile": "packages/eslint/.eslintrc.js"
},
+ "eslint.nodePath": "packages/eslint/node_modules",
+ "eslint.workingDirectories": [{ "directory": "packages/eslint",
"changeProcessCWD": true }],
"files.associations": {
"*.yaml.helm": "helm"
},
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]