blob: 5e625b92f4efac431e92b45d0c9a29c7fbe3465f [file] [log] [blame]
module.exports = {
bracketSpacing: false,
singleQuote: true,
trailingComma: "es5",
arrowParens: "avoid",
};