diff --git a/.vscode/settings.json b/.vscode/settings.json index ef1f7370d26e3aceec5ba28a4d8f06fc5bb54a3f..e0fd4e234284197b8929e2dfcfa3b4423142ab24 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -37,6 +37,11 @@ } } ], + "eslint.options": { + "rulePaths": [ + "./build/lib/eslint" + ] + }, "typescript.tsdk": "node_modules/typescript/lib", "npm.exclude": "**/extensions/**", "npm.packageManager": "yarn",