Skip to content

Commit

Permalink
test(main): update the jshintrc correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Aug 4, 2015
1 parent deefdce commit 9be0fc9
Showing 1 changed file with 21 additions and 1 deletion.
1 change: 0 additions & 1 deletion .jshintrc

This file was deleted.

21 changes: 21 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"asi": false,
"bitwise": true,
"camelcase": false,
"curly": true,
"eqeqeq": true,
"freeze": true,
"immed": true,
"indent": 2,
"latedef": "nofunc",
"newcap": true,
"noarg": true,
"noempty": true,
"nonbsp": true,
"nonew": true,
"quotmark": "single",
"strict": true,
"undef": true,
"unused": true,
"esnext": true
}

0 comments on commit 9be0fc9

Please sign in to comment.