Skip to content
Snippets Groups Projects
Commit 2182dfd7 authored by Adrian Heine's avatar Adrian Heine
Browse files

Disallow semicolons in src/

parent ac205e67
No related branches found
No related tags found
Loading
...@@ -11,7 +11,8 @@ var blint = require("blint"); ...@@ -11,7 +11,8 @@ var blint = require("blint");
["src"].forEach(function(dir) { ["src"].forEach(function(dir) {
blint.checkDir(dir, { blint.checkDir(dir, {
browser: true, browser: true,
ecmaVersion: 6 ecmaVersion: 6,
semicolons: false
}); });
}); });
......
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