Browse Source

Added "build" to the jscs ignore list.

fredck 11 years ago
parent
commit
8b103a0298
1 changed files with 2 additions and 1 deletions
  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"