Explorar el Código

Enabled ES6 in dev/.

Piotrek Koszuliński hace 10 años
padre
commit
47f981476f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      dev/.jshintrc

+ 1 - 0
dev/.jshintrc

@@ -1,5 +1,6 @@
 {
 	"node": true,
+	"esnext": true,
 
 	"immed": true,
 	"latedef": "nofunc",