Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
update jshint config
Change-Id: Idf85c0a79eb918e8b80beaa79bb85c5383115f78
  • Loading branch information
py8765 committed Dec 9, 2013
1 parent 2fb9b43 commit d89f0f3
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions .jshintrc
@@ -1,23 +1,13 @@
{
"predef": [
"describe",
"it",
"before",
"beforeEach",
"after",
"afterEach",
"window",
"__resources__"
],
"es5": true,
"node": true,
"camelcase": true,
"eqeqeq": true,
"undef": true,
"unused": true,
"curly": true,
"bitwise": true,
"immed": false,
"newcap": true,
"nonew": true,
"white": false,
"strict": false
}
"trailing": true,
"smarttabs": true,
"noarg": true
}

0 comments on commit d89f0f3

Please sign in to comment.