JsCommunity / json-rpc-peer

JSON-RPC 2 transport-agnostic library
13 stars 3 forks source link

fix: ESLint config #68

Closed huan closed 3 years ago

huan commented 3 years ago

Parsing error: 'import' and 'export' may appear only with 'sourceType: module'

See: https://stackoverflow.com/a/39173590/1123955

huan commented 3 years ago

We have to remove the Node.js v6 support from our CI because the eslint is using Spread syntax (...) @julien-f

huan commented 3 years ago

@julien-f ping