summaryrefslogtreecommitdiff
path: root/chromium/third_party/webgpu-cts/src/babel.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/webgpu-cts/src/babel.config.js')
-rw-r--r--chromium/third_party/webgpu-cts/src/babel.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/webgpu-cts/src/babel.config.js b/chromium/third_party/webgpu-cts/src/babel.config.js
index 947be09cd4a..0ba071db6da 100644
--- a/chromium/third_party/webgpu-cts/src/babel.config.js
+++ b/chromium/third_party/webgpu-cts/src/babel.config.js
@@ -15,6 +15,6 @@ module.exports = function (api) {
],
],
compact: false,
- shouldPrintComment: val => !/tslint:/.test(val),
+ shouldPrintComment: val => !/eslint/.test(val),
};
};