Skip to content

Commit 9a8fe9c

Browse files
committed
Ignore whitespace issues with JSLint
1 parent 0cb6264 commit 9a8fe9c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
theme: jekyll-theme-hacker
1+
---
2+
theme: jekyll-theme-hacker

javascripts/fill.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
"use strict";
22

3+
/*jslint white */
4+
35
function minify(js) {
46
return (
57
"javascript:(function()%7B" +

0 commit comments

Comments
 (0)