aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/.jshintrc
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-02-19 14:37:18 -0800
committerGravatar murgatroid99 <mlumish@google.com>2015-02-19 14:37:18 -0800
commitdca966d39ca15d125bcbc25853ce066410adfeb9 (patch)
treeebd4f6d1ce22641cebb6058477e637622f4e4354 /src/node/.jshintrc
parentf8a9b1c191c752a2e45bac6700d7192dad240e7c (diff)
Fixed lint errors
Diffstat (limited to 'src/node/.jshintrc')
-rw-r--r--src/node/.jshintrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/node/.jshintrc b/src/node/.jshintrc
index 1d930c34ca..8237e0d2b6 100644
--- a/src/node/.jshintrc
+++ b/src/node/.jshintrc
@@ -7,7 +7,7 @@
"immed": true,
"indent": 2,
"latedef": "nofunc",
- "maxlen": 100,
+ "maxlen": 80,
"newcap": true,
"node": true,
"noarg": true,
@@ -15,7 +15,7 @@
"strict": true,
"trailing": true,
"undef": true,
- "unused": true,
+ "unused": "vars",
"globals": {
/* Mocha-provided globals */
"describe": false,
@@ -25,4 +25,4 @@
"after": false,
"afterEach": false
}
-} \ No newline at end of file
+}