BetterTyped/hyper-fetch

View on GitHub
.prettierrc

Summary

Maintainability
Test Coverage
{
  "printWidth": 120,
  "tabWidth": 2,
  "useTabs": false,
  "semi": true,
  "singleQuote": false,
  "trailingComma": "all",
  "bracketSpacing": true,
  "bracketSameLine": false,
  "proseWrap": "always",
  "arrowParens": "always"
}