This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
javascript
/
three.js
mirror de
https://github.com/tazdij/three.js.git
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
Fix missing shubang in codestyle.sh
Tristan VALCKE
há 8 anos atrás
pai
dfe50c81bd
commit
6b7f9afc20
1 ficheiros alterados
com
2 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
2
0
utils/codestyle/codestyle.sh
+ 2
- 0
utils/codestyle/codestyle.sh
Ver Ficheiro
@@ -1,2 +1,4 @@
+#!/bin/sh
+
jscs "../.." --fix --config=./config.json --max-errors=1000000