Sfoglia il codice sorgente

remove eslint-disable

Garrett Johnson 4 anni fa
parent
commit
5a517f41c0
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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';