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:
Zeke Sikelianos 2016-03-25 12:42:41 -07:00 коммит произвёл Kevin Sawicki
Родитель ca7b492b97
Коммит f61010df96
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -10,6 +10,11 @@
"optionalDependencies": {
"runas": "^3.0.0"
},
"standard": {
"ignore": [
"/lib/browser/rpc-server.js"
]
},
"private": true,
"scripts": {
"bootstrap": "python ./script/bootstrap.py",