Skip to content
This repository was archived by the owner on Mar 26, 2018. It is now read-only.

Commit a21a7ef

Browse files
author
Rob Dodson
committed
Add globals to jshintrc
1 parent 57d739a commit a21a7ef

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

app/templates/jshintrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
"smarttabs": true,
2121
"jquery": true,
2222
"globals": {
23-
"wrap": true
23+
"wrap": true,
24+
"unwrap": true,
25+
"Polymer": true,
26+
"Platform": true
2427
}
2528
}

0 commit comments

Comments
 (0)