module.exports = { useTabs: false, // Indent lines with tabs instead of spaces. printWidth: 120, // Specify the length of line that the printer will wrap on. tabWidth: 2, // Specify the number of spaces per indentation-level. singleQuote: true, // Use single quotes instead of double quotes. trailingComma: 'none', semi: false, jsxBracketSameLine: false }