mirror of
https://github.com/mjl-/mox.git
synced 2025-01-14 01:06:27 +03:00
3 lines
79 B
Text
3 lines
79 B
Text
|
#!/bin/sh
|
||
|
exec ./node_modules/.bin/jshint --extract always $@ | fixjshintlines
|