module.exports = {
  "trailingComma": "es5",
  "arrowParens": "avoid",
  singleQuote: true,
  tabWidth: 2,
  printWidth: 120
};