Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

@repo/astro-lint

Shared ESLint and Prettier configuration for Astro projects in the monorepo.

Usage

ESLint

In your eslint.config.js:

export { default } from "@repo/astro-lint/eslint-config";

Prettier

In your package.json:

{
  "prettier": "@repo/astro-lint/prettier-config"
}

Or create a .prettierrc file:

"@repo/astro-lint/prettier-config"