This website works better with JavaScript
Home
Explore
Help
Sign In
javascript
/
three.js
mirror of
https://github.com/tazdij/three.js.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fix missing shubang in codestyle.sh
Tristan VALCKE
8 years ago
parent
dfe50c81bd
commit
6b7f9afc20
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
utils/codestyle/codestyle.sh
+ 2
- 0
utils/codestyle/codestyle.sh
View File
@@ -1,2 +1,4 @@
+#!/bin/sh
+
jscs "../.." --fix --config=./config.json --max-errors=1000000