Explorar el Código

remove eslint-disable

Garrett Johnson hace 4 años
padre
commit
5a517f41c0
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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';