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