/** * @type {import('prettier').Options} */ export default { printWidth: 120, trailingComma: 'all', singleQuote: true, importOrder: [ '', // Node.js built-in modules '', // Imports not matched by other special words or groups. '', // Empty line '^@plasmo/(.*)$', '', '^@plasmohq/(.*)$', '', '^~(.*)$', '', '^[./]', ], };