module.exports = { trailingComma: 'all', tabWidth: 2, semi: false, singleQuote: true, plugins: ['prettier-plugin-organize-imports'], }