export default { semi: true, // Add semicolons singleQuote: true, // Use single quotes trailingComma: 'all', // Add trailing commas where possible printWidth: 80, // Set line length to 80 characters tabWidth: 2, // Use 2 spaces for indentation };