feathersjs/feathers-hooks-common

View on GitHub
.prettierrc

Summary

Maintainability
Test Coverage
{
  "$schema": "http://json.schemastore.org/prettierrc",
  "arrowParens": "avoid",
  "bracketSpacing": true,
  "printWidth": 100,
  "semi": true,
  "singleQuote": true,
  "tabWidth": 2,
  "bracketSameLine": false,
  "htmlWhitespaceSensitivity": "ignore"
}