Преглед на файлове

Enabled ESNext in JSCS and JSHint.

Piotrek Koszuliński преди 10 години
родител
ревизия
da7a386b61
променени са 2 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 2 0
      packages/ckeditor5-utils/dev/tasks/jscs-config.json
  2. 2 0
      packages/ckeditor5-utils/dev/tasks/jshint-config.json

+ 2 - 0
packages/ckeditor5-utils/dev/tasks/jscs-config.json

@@ -1,4 +1,6 @@
 {
+	"esnext": true,
+
 	"requireCurlyBraces": [
 		"if", "else", "for", "while", "do", "switch", "try", "catch"
 	],

+ 2 - 0
packages/ckeditor5-utils/dev/tasks/jshint-config.json

@@ -1,4 +1,6 @@
 {
+	"esnext": true,
+
 	"immed": true,
 	"latedef": "nofunc",
 	"noarg": true,