diff options
Diffstat (limited to 'chromium/third_party/webgpu-cts/src/tools')
-rwxr-xr-x | chromium/third_party/webgpu-cts/src/tools/gen_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/webgpu-cts/src/tools/gen_version b/chromium/third_party/webgpu-cts/src/tools/gen_version index a8194e0f9af..fad05631769 100755 --- a/chromium/third_party/webgpu-cts/src/tools/gen_version +++ b/chromium/third_party/webgpu-cts/src/tools/gen_version @@ -3,7 +3,7 @@ // Get the current git hash, and save (overwrite) it into out/framework/version.js // so it can be read when running inside the browser. -// tslint:disable: no-console +/* eslint-disable no-console */ require('../src/common/tools/setup-ts-in-node.js'); const fs = require('fs'); |