UNPKG

guardian-epub

Version:

Creates an ePub of the Guardian newspaper from the Guardian API

12 lines 254 B
module.exports = { "semi": true, "trailingComma": "all", "singleQuote": false, "printWidth": 80, "tabWidth": 2, "jsxSingleQuote": true, "bracketSpacing": true, "jsxBracketSameLine": false, "arrowParens": "avoid", "endOfLine": "auto" }