11722b9c82
Did a lot of cleanup to limit the size of the plugin. I kept the emmet plugin.
4 lines
71 B
JavaScript
Executable File
4 lines
71 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
process.exit(require("../test/lint").ok ? 0 : 1);
|