Browse Source

Enabled ES6 in dev/.

Piotrek Koszuliński 10 năm trước cách đây
mục cha
commit
a5c0c6bfc3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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",