Нет описания

.prettierrc.json 172B

123456789
  1. {
  2. "$schema": "https://json.schemastore.org/prettierrc",
  3. "printWidth": 100,
  4. "arrowParens": "avoid",
  5. "singleQuote": true,
  6. "semi": false,
  7. "trailingComma": "es5"
  8. }