# .prettierrc printWidth: 120 tabWidth: 2 parser: typescript semi: true singleQuote: true arrowParens: "always" trailingComma: true