|
3 | 3 | // found in the LICENSE file.
|
4 | 4 |
|
5 | 5 | // @ts-ignore Importing CSS is handled in Rollup.
|
6 |
| -import commonStyle from './common.css'; // eslint-disable-line rulesdir/es-modules-import |
| 6 | +import commonStyle from './common.css'; |
7 | 7 | import {adoptStyleSheet} from './common.js';
|
8 | 8 | import {gridStyle} from './highlight_grid_common.js';
|
9 | 9 | import {DistancesOverlay} from './tool_distances.js';
|
10 | 10 | // @ts-ignore Importing CSS is handled in Rollup.
|
11 |
| -import highlightGridStyle from './tool_grid.css'; // eslint-disable-line rulesdir/es-modules-import |
| 11 | +import highlightGridStyle from './tool_grid.css'; |
12 | 12 | // @ts-ignore Importing CSS is handled in Rollup.
|
13 |
| -import highlightStyle from './tool_highlight.css'; // eslint-disable-line rulesdir/es-modules-import |
| 13 | +import highlightStyle from './tool_highlight.css'; |
14 | 14 | import {HighlightOverlay} from './tool_highlight.js';
|
15 | 15 | // @ts-ignore Importing CSS is handled in Rollup.
|
16 |
| -import pausedStyle from './tool_paused.css'; // eslint-disable-line rulesdir/es-modules-import |
| 16 | +import pausedStyle from './tool_paused.css'; |
17 | 17 | import {PausedOverlay, type PausedToolMessage} from './tool_paused.js';
|
18 | 18 | import {PersistentOverlay, type PersistentToolMessage} from './tool_persistent.js';
|
19 | 19 | // @ts-ignore Importing CSS is handled in Rollup.
|
20 |
| -import screenshotStyle from './tool_screenshot.css'; // eslint-disable-line rulesdir/es-modules-import |
| 20 | +import screenshotStyle from './tool_screenshot.css'; |
21 | 21 | import {ScreenshotOverlay, type ScreenshotToolMessage} from './tool_screenshot.js';
|
22 | 22 | // @ts-ignore Importing CSS is handled in Rollup.
|
23 |
| -import sourceOrderStyle from './tool_source_order.css'; // eslint-disable-line rulesdir/es-modules-import |
| 23 | +import sourceOrderStyle from './tool_source_order.css'; |
24 | 24 | import {SourceOrderOverlay} from './tool_source_order.js';
|
25 | 25 | import {ViewportSizeOverlay} from './tool_viewport_size.js';
|
26 | 26 | // @ts-ignore Importing CSS is handled in Rollup.
|
27 |
| -import wcoStyle from './tool_window_controls.css'; // eslint-disable-line rulesdir/es-modules-import |
| 27 | +import wcoStyle from './tool_window_controls.css'; |
28 | 28 | import {WindowControlsOverlay} from './tool_window_controls.js';
|
29 | 29 |
|
30 | 30 | // @ts-ignore Importing CSS is handled in Rollup.
|
|
0 commit comments