pedromsantos/glenn

View on GitHub
.prettierrc

Summary

Maintainability
Test Coverage
{
  "overrides": [
    {
      "files": "*.ts",
      "options": {
        "parser": "typescript"
      }
    },
    {
      "files": ".json",
      "options": { "parser": "json" }
    },
    {
      "files": ".*rc",
      "options": { "parser": "json" }
    }
  ],
  "printWidth": 100,
  "max_line_length": 120,
  "semi": true,
  "singleQuote": true,
  "tabWidth": 2,
  "trailingComma": "es5"
}