UNPKG

recast

Version:

JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator

17 lines (15 loc) 284 B
module.exports = { printWidth: 80, trailingComma: "all", singleQuote: false, overrides: [ { files: "*.md", options: { printWidth: 60, // Don't reformat code examples in README embeddedLanguageFormatting: "off", }, }, ], };