We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097d7c9 commit 12512d3Copy full SHA for 12512d3
addon/lint/javascript-lint.js
@@ -1,6 +1,8 @@
1
// CodeMirror, copyright (c) by Marijn Haverbeke and others
2
// Distributed under an MIT license: https://codemirror.net/LICENSE
3
4
+// Depends on jshint.js from https://github.com/jshint/jshint
5
+
6
(function(mod) {
7
if (typeof exports == "object" && typeof module == "object") // CommonJS
8
mod(require("../../lib/codemirror"));
0 commit comments