.prettierrc 117 B

123456
  1. {
  2. "plugins": ["prettier-plugin-sort-json"],
  3. "printWidth": 140,
  4. "proseWrap": "always",
  5. "singleQuote": false
  6. }