Skip to content

Commit 2182dfd

Browse files
committed
Disallow semicolons in src/
1 parent ac205e6 commit 2182dfd

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
@@ -11,7 +11,8 @@ var blint = require("blint");
1111
["src"].forEach(function(dir) {
1212
blint.checkDir(dir, {
1313
browser: true,
14-
ecmaVersion: 6
14+
ecmaVersion: 6,
15+
semicolons: false
1516
});
1617
});
1718

0 commit comments

Comments
 (0)