UNPKG

pretty-var-export

Version:

Export any value to valid and equivalent JavaScript code

13 lines (12 loc) 217 B
module.exports = { trailingComma: 'es5', printWidth: 80, tabWidth: 2, useTabs: true, semi: true, singleQuote: true, bracketSpacing: true, jsxBracketSameLine: false, arrowParens: 'avoid', endOfLine: 'lf', };