This commit is contained in:
fofolee
2019-05-03 00:15:23 +08:00
commit a07dd6f344
628 changed files with 120994 additions and 0 deletions

3
codemirror/bin/lint Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env node
process.exit(require("../test/lint").ok ? 0 : 1);