Skip to content

Commit facc9c8

Browse files
committed
[linter] Allow tabs in lib/codemirror.css
Since rollup is now adding those
1 parent b470f24 commit facc9c8

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
@@ -4,7 +4,8 @@ var blint = require("blint");
44
blint.checkDir(dir, {
55
browser: true,
66
allowedGlobals: ["CodeMirror", "define", "test", "requirejs"],
7-
ecmaVersion: 5
7+
ecmaVersion: 5,
8+
tabs: dir == "lib"
89
});
910
});
1011

0 commit comments

Comments
 (0)