# .prettierrc printWidth: 80 useTabs: false tabWidth: 2 semi: false singleQuote: true trailingComma: 'none' bracketSpacing: true