Sfoglia il codice sorgente

Enabled ES6 in dev/.

Piotrek Koszuliński 10 anni fa
parent
commit
47f981476f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      dev/.jshintrc

+ 1 - 0
dev/.jshintrc

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