Fixed syntax on .jshintrc configuration file
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -3,8 +3,8 @@ | ... | @@ -3,8 +3,8 @@ |
3 | "browser": true, | 3 | "browser": true, |
4 | "debug": true, | 4 | "debug": true, |
5 | "devel": true, | 5 | "devel": true, |
6 | "eqeqeq": true, | 6 | "eqeqeq": true, |
7 | "eqnull" true, | 7 | "eqnull": true, |
8 | "evil": true, | 8 | "evil": true, |
9 | "maxparams": 5, | 9 | "maxparams": 5, |
10 | "maxdepth": 3, | 10 | "maxdepth": 3, | ... | ... |
-
Please register or sign in to post a comment