Shared ESLint and Prettier configuration for Astro projects in the monorepo.
In your eslint.config.js:
export { default } from "@repo/astro-lint/eslint-config";In your package.json:
{
"prettier": "@repo/astro-lint/prettier-config"
}Or create a .prettierrc file:
"@repo/astro-lint/prettier-config"