Fix coding style in vite config file

This commit is contained in:
Alejandro Celaya
2025-10-25 09:38:47 +02:00
parent 5fc213789c
commit a7456d599b
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
"license": "MIT",
"type": "module",
"scripts": {
"lint": "eslint src test config/test",
"lint": "eslint src test config/test *.config.{js,ts}",
"lint:fix": "node --run lint -- --fix",
"types": "tsc",
"start": "vite serve --host=0.0.0.0",