This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
samien
/
three.js
同期ミラー
https://github.com/mrdoob/three.js.git
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
Fix missing shubang in codestyle.sh
Tristan VALCKE
9 年 前
親
dfe50c81bd
コミット
6b7f9afc20
1 ファイル変更
、
2 行追加
、
0 行削除
分割表示
差分情報を表示
2
0
utils/codestyle/codestyle.sh
+ 2
- 0
utils/codestyle/codestyle.sh
ファイルの表示
@@ -1,2 +1,4 @@
+#!/bin/sh
+
jscs "../.." --fix --config=./config.json --max-errors=1000000