Skip to content

Commit 4b85228

Browse files
authored
Add clang-tidy support (#7816)
1 parent 25eb322 commit 4b85228

File tree

14 files changed

+1844
-120
lines changed

14 files changed

+1844
-120
lines changed

Extension/.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ module.exports = {
4141
}
4242
}
4343
],
44+
"@typescript-eslint/no-for-in-array": "error",
4445
"@typescript-eslint/no-misused-new": "error",
4546
"@typescript-eslint/no-namespace": "error",
4647
"@typescript-eslint/no-non-null-assertion": "error",

0 commit comments

Comments
 (0)