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 b470f24 commit facc9c8Copy full SHA for facc9c8
test/lint.js
@@ -4,7 +4,8 @@ var blint = require("blint");
4
blint.checkDir(dir, {
5
browser: true,
6
allowedGlobals: ["CodeMirror", "define", "test", "requirejs"],
7
- ecmaVersion: 5
+ ecmaVersion: 5,
8
+ tabs: dir == "lib"
9
});
10
11
0 commit comments