only check js files

This commit is contained in:
Christian Kellner
2025-08-26 08:00:33 +02:00
parent aeffddc5a4
commit da743c8279

View File

@@ -10,7 +10,7 @@
"start:frontend:dev": "vite",
"build:frontend": "vite build",
"format": "prettier --write .",
"format:check": "prettier --check .",
"format:check": "prettier --check \"**/*.js\"",
"test": "mocha --loader=esmock --timeout 3000000 test/**/*.test.js",
"lint": "eslint .",
"lint:fix": "yarn lint --fix"