.prettierrc 90 B

123456
  1. {
  2. "semi": false,
  3. "singleQuote": true,
  4. "trailingComma": "es5",
  5. "printWidth": 130
  6. }