This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
samien
/
three.js
espejo de
https://github.com/mrdoob/three.js.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Fix missing shubang in codestyle.sh
Tristan VALCKE
hace 9 años
padre
dfe50c81bd
commit
6b7f9afc20
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
utils/codestyle/codestyle.sh
+ 2
- 0
utils/codestyle/codestyle.sh
Ver fichero
@@ -1,2 +1,4 @@
+#!/bin/sh
+
jscs "../.." --fix --config=./config.json --max-errors=1000000