.prettierrc 165 B

123456789
  1. {
  2. "useTabs": false,
  3. "eslintIntegration": true,
  4. "singleQuote": false,
  5. "semi": true,
  6. "bracketSpacing": true,
  7. "printWidth":150,
  8. "arrowParens": "always"
  9. }