diff options
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 7e5ec0468..e5858f75d 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "build:core": "lerna run build --scope astro --scope @astrojs/parser --scope @astrojs/markdown-support", "build:vscode": "lerna run build --scope astro-languageserver --scope astro-vscode --scope @astrojs/parser", "dev:vscode": "lerna run dev --scope astro-languageserver --scope astro-vscode --scope @astrojs/parser --parallel --stream", - "format": "prettier -w \"**/*.{js,jsx,ts,tsx,md,json}\"", + "format": "prettier -w .", "lint": "eslint \"packages/**/*.ts\"", "test": "yarn workspace astro run test", "test:templates": "lerna run test --scope create-astro --stream" |