do not standardize rpc-server.js because reasons
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
This commit is contained in:
parent
ca7b492b97
commit
f61010df96
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"runas": "^3.0.0"
|
"runas": "^3.0.0"
|
||||||
},
|
},
|
||||||
|
"standard": {
|
||||||
|
"ignore": [
|
||||||
|
"/lib/browser/rpc-server.js"
|
||||||
|
]
|
||||||
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"bootstrap": "python ./script/bootstrap.py",
|
"bootstrap": "python ./script/bootstrap.py",
|
||||||
|
|
Loading…
Reference in a new issue