.prettierrc 163 B

123456789
  1. {
  2. "printWidth": 100,
  3. "tabWidth": 2,
  4. "singleQuote": true,
  5. "trailingComma": "es5",
  6. "semi": false,
  7. "bracketSpacing": true,
  8. "quoteProps": "consistent"
  9. }