Skip to content

Commit 0ad7d93

Browse files
authored
Merge pull request coder#2374 from cdr/lint-vscode-c2c2
vscode: Make eslint pass
2 parents ae65c83 + 4cb8a32 commit 0ad7d93

4 files changed

Lines changed: 95 additions & 51 deletions

File tree

ci/dev/lint.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ main() {
1111
if command -v helm && helm kubeval --help > /dev/null; then
1212
helm kubeval ci/helm-chart
1313
fi
14+
15+
cd lib/vscode
16+
# Run this periodically in vanilla VS code to make sure we don't add any more warnings.
17+
yarn eslint --max-warnings=3
18+
cd "$OLDPWD"
1419
}
1520

1621
main "$@"

0 commit comments

Comments
 (0)