Skip to content

Commit 4d0d2ff

Browse files
adrianheinemarijnh
authored andcommitted
Add lint for src/
1 parent aa6e990 commit 4d0d2ff

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/lint.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,12 @@ var blint = require("blint");
88
});
99
});
1010

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+
1119
module.exports = {ok: blint.success()};

0 commit comments

Comments
 (0)