Przeglądaj źródła

Enabled ES6 in dev/.

Piotrek Koszuliński 10 lat temu
rodzic
commit
a5c0c6bfc3
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      packages/ckeditor5-utils/dev/.jshintrc

+ 1 - 0
packages/ckeditor5-utils/dev/.jshintrc

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