.prettierrc 174B

12345678910111213
  1. # Prettier configuration
  2. printWidth: 140
  3. singleQuote: true
  4. tabWidth: 4
  5. useTabs: false
  6. # js and ts rules:
  7. arrowParens: avoid
  8. # jsx and tsx rules:
  9. jsxBracketSameLine: false