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 aa6e990 commit 4d0d2ffCopy full SHA for 4d0d2ff
test/lint.js
@@ -8,4 +8,12 @@ var blint = require("blint");
8
});
9
10
11
+["src"].forEach(function(dir) {
12
+ blint.checkDir(dir, {
13
+ browser: true,
14
+ blob: "// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: http:\/\/codemirror.net\/LICENSE\n\n",
15
+ ecmaVersion: 6
16
+ });
17
+});
18
+
19
module.exports = {ok: blint.success()};
0 commit comments