module.exports = { tabWidth: 2, semi: true, singleQuote: true, bracketSpacing: true, printWidth: 120, trailingComma: 'none' };