Skip to content
Snippets Groups Projects
Commit facc9c86 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

[linter] Allow tabs in lib/codemirror.css

Since rollup is now adding those
parent b470f245
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,8 @@ var blint = require("blint");
blint.checkDir(dir, {
browser: true,
allowedGlobals: ["CodeMirror", "define", "test", "requirejs"],
ecmaVersion: 5
ecmaVersion: 5,
tabs: dir == "lib"
});
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment