Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/mq4-hover-shim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Rebert <code@chrisrebert.com>2015-10-01 11:35:18 +0300
committerChris Rebert <code@chrisrebert.com>2015-10-01 11:35:18 +0300
commitfc9f525dc647920b3e9413eaf115e3c3e14cdc58 (patch)
tree34ac4bd1d6e7c426f62adb31df8c3f154ee478bb /test
parenta19f0a7a6db13315f1ef9910ccc463105bd545be (diff)
Update ESLint settings
Diffstat (limited to 'test')
-rw-r--r--test/postprocessor_test.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/postprocessor_test.js b/test/postprocessor_test.js
index 9b5fc4d..48d4015 100644
--- a/test/postprocessor_test.js
+++ b/test/postprocessor_test.js
@@ -1,4 +1,5 @@
/* eslint-env node */
+/* eslint object-shorthand:0 */
'use strict';
var postprocessor = require('../src/nodejs/postprocessor.js');