summaryrefslogtreecommitdiffstats
path: root/dom/webgpu/tests/cts/checkout/tools/eslint-plugin-gpuweb-cts/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webgpu/tests/cts/checkout/tools/eslint-plugin-gpuweb-cts/index.js')
-rw-r--r--dom/webgpu/tests/cts/checkout/tools/eslint-plugin-gpuweb-cts/index.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/dom/webgpu/tests/cts/checkout/tools/eslint-plugin-gpuweb-cts/index.js b/dom/webgpu/tests/cts/checkout/tools/eslint-plugin-gpuweb-cts/index.js
new file mode 100644
index 0000000000..1f5bb211aa
--- /dev/null
+++ b/dom/webgpu/tests/cts/checkout/tools/eslint-plugin-gpuweb-cts/index.js
@@ -0,0 +1,6 @@
+module.exports = {
+ rules: {
+ 'string-trailing-space': require('./trailing-space-anywhere'),
+ 'string-tabs': require('./tabs-anywhere'),
+ },
+};