Explorar o código

Added "build" to the jscs ignore list.

fredck %!s(int64=11) %!d(string=hai) anos
pai
achega
5a2c324cc9
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      packages/ckeditor5-engine/dev/tasks/jscs-config.json

+ 2 - 1
packages/ckeditor5-engine/dev/tasks/jscs-config.json

@@ -1,6 +1,7 @@
 {
 	"excludeFiles": [
-		"node_modules/*"
+		"node_modules/*",
+		"build/*"
 	],
 	"requireCurlyBraces": [
 		"if", "else", "for", "while", "do", "switch", "try", "catch"