UNPKG

jstoxml

Version:

Converts JavaScript/JSON to XML (for RSS, Podcasts, AMP, etc.)

11 lines (10 loc) 213 B
/** * Config for Prettier, to automatically format code. See https://prettier.io/ */ module.exports = { semi: true, trailingComma: 'none', singleQuote: true, printWidth: 120, tabWidth: 4 };