/** @type {import('prettier').Config} */ module.exports = { tabWidth: 2, printWidth: 120, singleQuote: true, trailingComma: 'es5', };