Skip to content
Snippets Groups Projects
lint 71 B
#!/usr/bin/env node

process.exit(require("../test/lint").ok ? 0 : 1);