Skip to content

Commit

Permalink
properly use the eslint disable comment here for the imports having a…
Browse files Browse the repository at this point in the history
… side effect, don't disable the rule for the whole file
  • Loading branch information
vincentfretin committed Oct 5, 2022
1 parent 2dedb94 commit 2010867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/viewport.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* global AFRAME THREE ga */
/* eslint-disable no-unused-vars */
/* eslint-disable-next-line no-unused-vars */
import TransformControls from './TransformControls.js';
/* eslint-disable-next-line no-unused-vars */
import EditorControls from './EditorControls.js';
/* eslint-disable no-unused-vars */

import { initRaycaster } from './raycaster';

Expand Down

0 comments on commit 2010867

Please sign in to comment.