zotero / translation-server

A Node.js-based server to run Zotero translators
Other
117 stars 49 forks source link

Proposal: Rename `default.json` to `default.json5` #144

Closed mikez closed 1 year ago

mikez commented 1 year ago

I propose to rename ./config/default.json to ./config/default.json5.

In Node v19, for me, the current default.json generates a SyntaxError in the config package. Changing the extension to .json5 resolves this.

dstillman commented 1 year ago

Done, thanks!