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

Commit

Permalink
added strict parameter to jshintConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
curcuz committed Mar 3, 2016
1 parent 8a92b04 commit 9b598c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
},
"homepage": "https://github.com/fwrgit/resin-electronjs#readme",
"jshintConfig": {
"esnext": true
"esnext": true,
"strict": true
}
}

0 comments on commit 9b598c7

Please sign in to comment.