aiao-io/aiao

View on GitHub
.prettierrc

Summary

Maintainability
Test Coverage
{
  "singleQuote": true,
  "printWidth": 120,
  "trailingComma": "none",
  "arrowParens": "avoid",
  "overrides": [
    {
      "files": "*.html",
      "options": {
        "printWidth": 10000,
        "htmlWhitespaceSensitivity": "ignore"
      }
    }
  ]
}