victorpopkov/universal-redux

View on GitHub
.prettierrc.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  $schema: 'https://json.schemastore.org/prettierrc',
  singleQuote: true,
  trailingComma: 'all',
  endOfLine: 'lf',
};