UNPKG

websocket-rpc-protocol

Version:

A JSON RPC protocol for working over websockets. Sheds the weight of JSON RPC to simplify argument names and adds features.

9 lines (8 loc) 148 B
module.exports = { printWidth: 120, singleQuote: true, trailingComma: 'es5', semi: true, bracketSpacing: true, arrowParens: 'avoid', };