8
0
Prechádzať zdrojové kódy

Added "build" to the jscs ignore list.

fredck 11 rokov pred
rodič
commit
5a2c324cc9

+ 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"