-
Marijn Haverbeke authored
(Blint is the in-tree tool factored into its own npm package.)
Marijn Haverbeke authored(Blint is the in-tree tool factored into its own npm package.)
lint 71 B
#!/usr/bin/env node
process.exit(require("../test/lint").ok ? 0 : 1);