Skip to content

Commit

Permalink
Remove deprecated JSHint options from jshintrcs
Browse files Browse the repository at this point in the history
  • Loading branch information
kadamwhite committed Jun 12, 2016
1 parent de1a5a0 commit 492e68e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
8 changes: 1 addition & 7 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
{
"boss": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"expr": true,
"immed": true,
"noarg": true,
"onevar": true,
"quotmark": "single",
"strict": true,
"trailing": true,
"strict": "global",
"undef": true,
"unused": true,

"esnext": true,
"node": true
}
8 changes: 1 addition & 7 deletions tests/.jshintrc
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
{
"boss": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"expr": true,
"immed": true,
"noarg": true,
"onevar": true,
"quotmark": "single",
"strict": true,
"trailing": true,
"strict": "global",
"undef": true,
"unused": true,

"esnext": true,
"node": true,

"globals": {
Expand Down

0 comments on commit 492e68e

Please sign in to comment.