do not standardize rpc-server.js because reasons
authorZeke Sikelianos <zeke@sikelianos.com>
Fri, 25 Mar 2016 19:42:41 +0000 (12:42 -0700)
committerKevin Sawicki <kevinsawicki@gmail.com>
Thu, 31 Mar 2016 00:00:31 +0000 (17:00 -0700)
standard-format freaks out on this line:

let obj = new (Function.prototype.bind.apply(constructor,
[null].concat(args)))

http://stackoverflow.com/questions/1606797/use-of-apply-with-new-operato
r-is-this-possible

package.json

index 758cef5..ced3ab8 100644 (file)
   "optionalDependencies": {
     "runas": "^3.0.0"
   },
+  "standard": {
+    "ignore": [
+      "/lib/browser/rpc-server.js"
+    ]
+  },
   "private": true,
   "scripts": {
     "bootstrap": "python ./script/bootstrap.py",