// prettier.config.js module.exports = { semi: true, singleQuote: true, trailingComma: 'none', printWidth: 100, tabWidth: 2, };