Explorar el Código

Added "build" to the jscs ignore list.

fredck hace 11 años
padre
commit
8b103a0298
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      packages/ckeditor5-ui/dev/tasks/jscs-config.json

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

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