/** @type {import("prettier").Options} */ module.exports = { singleQuote: true, arrowParens: 'avoid', // plugins: ['@adonisjs/prettier-config'], };