module.exports = { semi: true, trailingComma: "all", printWidth: 80, useTabs: true, alignObjectProperties: true, };