Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
use jshint instead of closure linter
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed Oct 25, 2013
1 parent 5bb53e8 commit ff16ca7
Show file tree
Hide file tree
Showing 8 changed files with 450 additions and 410 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
node_modules
1 change: 1 addition & 0 deletions .jshintignore
@@ -0,0 +1 @@
node_modules
15 changes: 15 additions & 0 deletions .jshintrc
@@ -0,0 +1,15 @@
{
"asi": false,
"expr": true,
"loopfunc": true,
"curly": false,
"evil": true,
"white": true,
"undef": true,
"browser": true,
"node": true,
"trailing": true,
"indent": 4,
"latedef": true,
"newcap": true
}

0 comments on commit ff16ca7

Please sign in to comment.