diff options
| author | Taylor Mullen <[email protected]> | 2025-04-18 19:09:41 -0400 |
|---|---|---|
| committer | N. Taylor Mullen <[email protected]> | 2025-04-18 19:14:36 -0400 |
| commit | 40e11e053c1cf304255c21f91e950c520285c6c5 (patch) | |
| tree | a2897d6236641d30b7a1014466967edf6e298ba1 /scripts/check-build-status.js | |
| parent | 2a850ed0511033ffa88b450643d79bb47ae18693 (diff) | |
Fix remaining tslint errors (YAY).
- Also updated ci.yml to ensure that linting failures will break the build.
Fully fixes https://b.corp.google.com/issues/411384603
Diffstat (limited to 'scripts/check-build-status.js')
| -rw-r--r-- | scripts/check-build-status.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/check-build-status.js b/scripts/check-build-status.js index 37638e72..6299a6e9 100644 --- a/scripts/check-build-status.js +++ b/scripts/check-build-status.js @@ -1,3 +1,4 @@ +/* eslint-disable no-undef */ import fs from 'fs'; import path from 'path'; import os from 'os'; // Import os module |
