浏览代码

Added "build" to the jscs ignore list.

fredck 11 年之前
父节点
当前提交
8b103a0298
共有 1 个文件被更改,包括 2 次插入1 次删除
  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"