Skip to content

Commit

Permalink
Build: remove deprecated JSHint options
Browse files Browse the repository at this point in the history
JSHint no longer supports `onevar`, `smarttabs` or `trailing` options.

Closes gh-2029
  • Loading branch information
ntwb authored and markelog committed Mar 8, 2015
1 parent 361a0d5 commit 34da7d5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
5 changes: 1 addition & 4 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@
"expr": true,
"immed": true,
"noarg": true,
"onevar": true,
"quotmark": "double",
"smarttabs": true,
"trailing": true,
"undef": true,
"unused": true,

"node": true
}
}
3 changes: 0 additions & 3 deletions src/.jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
"expr": true,
"immed": true,
"noarg": true,
"onevar": true,
"quotmark": "double",
"smarttabs": true,
"trailing": true,
"undef": true,
"unused": true,

Expand Down
3 changes: 0 additions & 3 deletions test/.jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
"expr": true,
"immed": true,
"noarg": true,
"onevar": true,
"quotmark": "double",
"smarttabs": true,
"trailing": true,
"undef": true,
"unused": true,

Expand Down

0 comments on commit 34da7d5

Please sign in to comment.