.prettierrc.json 89 B

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