farmOS / farmOS.js

A JavaScript library for working with farmOS data structures and interacting with farmOS servers.
MIT License
15 stars 13 forks source link

Update Node & EcmaScript #88

Closed jgaehring closed 10 months ago

jgaehring commented 10 months ago

See https://github.com/farmOS/farmOS.js/issues/24#issuecomment-1828932300. Basically I wanted to be able to use the export * as syntax but eslint yelled at me. In the course of figuring out the proper configuration I upgraded the devDeps too. Plus Node 13.2.0 and ES2020 seems like a good thing to have these days, what with optional chaining, ESM in Node and all the other niceties.

Gonna open and merge this quick, but wanted to leave this for documentation.