Skip to content

Commit f78c091

Browse files
committed
Lint addons and modes with ecmaVersion 5
1 parent 35f0925 commit f78c091

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/lint.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ var blint = require("blint");
33
["mode", "lib", "addon", "keymap"].forEach(function(dir) {
44
blint.checkDir(dir, {
55
browser: true,
6-
allowedGlobals: ["CodeMirror", "define", "test", "requirejs"]
6+
allowedGlobals: ["CodeMirror", "define", "test", "requirejs"],
7+
ecmaVersion: 5
78
});
89
});
910

0 commit comments

Comments
 (0)