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
No related merge requests found
......@@ -11,7 +11,8 @@ var blint = require("blint");
["src"].forEach(function(dir) {
blint.checkDir(dir, {
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