Skip to content
Permalink
Browse files
Build: remove deprecated JSHint options
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 34da7d552982d8ab7b18c2ceca9786d5023930f6
Showing with 1 addition and 10 deletions.
  1. +1 −4 .jshintrc
  2. +0 −3 src/.jshintrc
  3. +0 −3 test/.jshintrc
@@ -6,12 +6,9 @@
"expr": true,
"immed": true,
"noarg": true,
"onevar": true,
"quotmark": "double",
"smarttabs": true,
"trailing": true,
"undef": true,
"unused": true,

"node": true
}
}
@@ -6,10 +6,7 @@
"expr": true,
"immed": true,
"noarg": true,
"onevar": true,
"quotmark": "double",
"smarttabs": true,
"trailing": true,
"undef": true,
"unused": true,

@@ -6,10 +6,7 @@
"expr": true,
"immed": true,
"noarg": true,
"onevar": true,
"quotmark": "double",
"smarttabs": true,
"trailing": true,
"undef": true,
"unused": true,

0 comments on commit 34da7d5

Please sign in to comment.