maxmilton/new-tab

View on GitHub
.prettierrc

Summary

Maintainability
Test Coverage
{
  "arrowParens": "always",
  "endOfLine": "lf",
  "singleQuote": true,
  "trailingComma": "all",
  "overrides": [
    {
      "files": ["*.spec.ts", "*.test.ts"],
      "options": {
        "printWidth": 100
      }
    }
  ]
}