This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
mightyplow
/
jslib
Seguir
1
Destacar
1
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
added js hint config file which I use in my IDE
mightyplow
hace 8 años
padre
1c402e78d9
commit
83a06f35a4
Se han
modificado 1 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
5
0
.jshintrc
+ 5
- 0
.jshintrc
Ver fichero
@@ -0,0 +1,5 @@
+{
+ "esversion": 6,
+ "asi": true,
+ "node": true
+}