module.exports = { semi: false, printWidth: 1000, plugins: [ "prettier-plugin-astro", "prettier-plugin-organize-imports", ], }