DalTag / frontend / .prettierrc
.prettierrc
Raw
{
  "printWidth": 100,
  "semi": false,
  "singleQuote": true,
  "trailingComma": "none"
}