diff --git a/.prettierignore b/.prettierignore index 96fa4882b..d903b39f1 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,5 +1,5 @@ **/dist **/node_modules **/fixtures -./README.md - +**/.vercel +README.md diff --git a/package.json b/package.json index 3adb7787a..889d9791e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build:core": "lerna run build --scope astro --scope astro-parser --scope create-astro", "build:vscode": "lerna run build --scope astro-languageserver --scope astro-vscode", "dev:vscode": "lerna run dev --scope astro-languageserver --scope astro-vscode --parallel --stream", - "format": "prettier -w '**/*.{js,jsx,ts,tsx,md,json,astro}'", + "format": "prettier -w '**/*.{js,jsx,ts,tsx,md,json}'", "lint": "eslint 'packages/**/*.ts'", "test": "yarn test:core && yarn test:prettier", "test:core": "cd packages/astro && npm test",