module.exports = {
semi: false,
singleQuote: true,
printWidth: 100,
tabWidth: 2,
trailingComma: 'none'
}