Skip to content

Commit 06b2251

Browse files
committed
Update to VS Code 1.48.0
partial cherry-pick from `qc-development` branch
1 parent 6137320 commit 06b2251

26 files changed

+885
-222
lines changed

extensions/ql-vscode/.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ module.exports = {
2222
},
2323
],
2424
"@typescript-eslint/explicit-function-return-type": "off",
25+
"@typescript-eslint/explicit-module-boundary-types": "off",
2526
"@typescript-eslint/no-non-null-assertion": "off",
2627
"@typescript-eslint/no-explicit-any": "off",
2728
"@typescript-eslint/no-floating-promises": [ "error", { ignoreVoid: true } ],

0 commit comments

Comments
 (0)