Browse Source

remove eslint-disable

Garrett Johnson 4 years ago
parent
commit
5a517f41c0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/webgl_postprocessing_3dlut.html

+ 0 - 1
examples/webgl_postprocessing_3dlut.html

@@ -17,7 +17,6 @@
 		</div>
 
 		<script type="module">
-			/* eslint-disable */
 			import * as THREE from '../build/three.module.js';
 
 			import { OrbitControls } from './jsm/controls/OrbitControls.js';