gorhill
7 years ago
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with
3 additions and
0 deletions
-
.jshintrc
|
@ -1,8 +1,11 @@ |
|
|
{ |
|
|
{ |
|
|
"browser": true, |
|
|
"browser": true, |
|
|
"devel": true, |
|
|
"devel": true, |
|
|
|
|
|
"eqeqeq": true, |
|
|
"esnext": true, |
|
|
"esnext": true, |
|
|
"strict": "global", |
|
|
"strict": "global", |
|
|
|
|
|
"undef": true, |
|
|
|
|
|
"unused": true, |
|
|
"globals": { |
|
|
"globals": { |
|
|
"self": false, |
|
|
"self": false, |
|
|
"chrome": false, |
|
|
"chrome": false, |
|
|