module.exports = {
bracketSpacing: false,
printWidth: 100,
semi: false,
singleQuote: true,
trailingComma: 'all',
};