module.exports = { semi: false, singleQuote: true, arrowParens: "avoid", trailingComma: "none", endOfLine: "auto", };