const config = { semi: false, singleQuote: true, tabWidth: 2, trailingComma: 'es5', printWidth: 100, plugins: [], } export default config