.prettierrc 202 B

1234567891011
  1. {
  2. "printWidth": 160,
  3. "tabWidth": 2,
  4. "useTabs": false,
  5. "semi": false,
  6. "singleQuote": false,
  7. "trailingComma": "none",
  8. "bracketSpacing": true,
  9. "jsxBracketSameLine": true,
  10. "fluid": false
  11. }