module.exports = {
printWidth: 100,
tabWidth: 2,
singleQuote: true,
semi: true,
trailingComma: 'es5',
bracketSpacing: true,
arrowParens: 'always',
parser: 'typescript',
};