Skip to content

Commit 2010867

Browse files
committed
properly use the eslint disable comment here for the imports having a side effect, don't disable the rule for the whole file
1 parent 2dedb94 commit 2010867

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/viewport.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* global AFRAME THREE ga */
2-
/* eslint-disable no-unused-vars */
2+
/* eslint-disable-next-line no-unused-vars */
33
import TransformControls from './TransformControls.js';
4+
/* eslint-disable-next-line no-unused-vars */
45
import EditorControls from './EditorControls.js';
5-
/* eslint-disable no-unused-vars */
66

77
import { initRaycaster } from './raycaster';
88

0 commit comments

Comments
 (0)