Lambda-School-Labs/allay-be

View on GitHub
.prettierrc.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  printWidth: 80,
  tabWidth: 2,
  useTabs: false,
  semi: true,
  singleQuote: true,
  quoteProps: 'as-needed',
  trailingComma: 'es5',
  bracketSpacing: false,
  arrowParens: 'avoid',
  endOfLine: 'lf',
};