1 module.exports = { 2 printWidth: 120, 3 singleQuote: true, 4 trailingComma: 'all', 5 tabWidth: 2, 6 embeddedLanguageFormatting: 'off', 7 };