mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +03:00
3 lines
79 B
Text
3 lines
79 B
Text
|
#!/bin/sh
|
||
|
exec ./node_modules/.bin/jshint --extract always $@ | fixjshintlines
|