ソースを参照

Added "build" to the jscs ignore list.

fredck 11 年 前
コミット
6b5a64b070
1 ファイル変更2 行追加1 行削除
  1. 2 1
      packages/ckeditor5-utils/dev/tasks/jscs-config.json

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

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