Skip to content

Commit 5e96b70

Browse files
committed
Disable rulesdir/no-imperative-dom-api for LighthouseReportSelector.ts.
Bug: 301364727 Change-Id: I87f219f8e6c608159d5e5eb6e939a5e5295c7839 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7031980 Commit-Queue: Simon Zünd <[email protected]> Reviewed-by: Simon Zünd <[email protected]> Commit-Queue: Benedikt Meurer <[email protected]> Auto-Submit: Benedikt Meurer <[email protected]>
1 parent dde9764 commit 5e96b70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

front_end/panels/lighthouse/LighthouseReportSelector.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright 2018 The Chromium Authors
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
4+
/* eslint-disable rulesdir/no-imperative-dom-api */
45

56
import * as Common from '../../core/common/common.js';
67
import * as i18n from '../../core/i18n/i18n.js';

0 commit comments

Comments
 (0)