Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Added .jshintrc files
Browse files Browse the repository at this point in the history
  • Loading branch information
gseguin committed Jan 30, 2013
1 parent 2ed2dd6 commit 4e2bcc0
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .jshintrc
@@ -0,0 +1,12 @@
{
"curly": true,
"eqnull": true,
"eqeqeq": true,
"expr": true,
"noarg": true,
"node": true,
"onevar": true,
"trailing": true,
"undef": true,
"unused": true
}
21 changes: 21 additions & 0 deletions js/.jshintrc
@@ -0,0 +1,21 @@
{
"curly": true,
"eqeqeq": true,

"immed": false,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"browser": true,
"globals": {
"jQuery": true,
"$": true,

"define": true,
"require": true
}
}

0 comments on commit 4e2bcc0

Please sign in to comment.