Skip to content

Commit 17962fd

Browse files
committed
Update set-data-type-reference extension
Bug: chromium:397586315 Change-Id: I8b754aa7ce08e4bbdd124fc882eb32fbbaf4f133 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6438915 Commit-Queue: Mathias Bynens <mathias@chromium.org> Auto-Submit: Mathias Bynens <mathias@chromium.org> Reviewed-by: Nikolay Vitkov <nvitkov@chromium.org> Commit-Queue: Nikolay Vitkov <nvitkov@chromium.org>
1 parent 39180f9 commit 17962fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/eslint_rules/tests/set-data-type-reference.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2020 The Chromium Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
4-
import rule from '../lib/set-data-type-reference.js';
4+
import rule from '../lib/set-data-type-reference.ts';
55

66
import {RuleTester} from './utils/tsUtils.ts';
77

0 commit comments

Comments
 (0)