From 99457b4f9bf5d4d6d232196bb13f113152f61054 Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Thu, 4 Jul 2024 23:20:26 +0200 Subject: [PATCH] added js under scripts,formar --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58410ece..2f97b66c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", - "format": "prettier --write \"**/*.{ts,tsx,md,json,css}\"", + "format": "prettier --write \"**/*.{ts,tsx,md,json,css,js}\"", "preview": "vite preview" }, "dependencies": { -- GitLab