const config = { trailingComma: 'es5', printWidth: 120, tabWidth: 2, semi: true, singleQuote: true, }; export default config;