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