dappros/ethora

View on GitHub
client-reactnative/.prettierrc.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  arrowParens: 'avoid',
  bracketSameLine: true,
  bracketSpacing: false,
  singleQuote: true,
  trailingComma: 'all',
};