module.exports = {
  semi: false,
  singleQuote: true,
  arrowParens: 'avoid',
  trailingComma: 'none',
  endOfLine: 'auto',
  htmlFormatWrapAttributes: 'force-aligned'

  // spaceBeforeFunctionParen: true
}