module.exports = { printWidth: 100, parser: 'babel-ts', bracketSpacing: false, useTabs: true, singleQuote: true, trailingComma: 'all', arrowParens: 'avoid', endOfLine: 'lf', };