/** @type {import('prettier').Config} */ module.exports = { singleQuote: true, jsxSingleQuote: true, printWidth: 110, };