This commit is contained in:
Alfi Maulana 2025-06-04 14:39:23 +00:00 committed by GitHub
commit 76d180ef72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 5 deletions

View File

@ -5,7 +5,5 @@ export default [
eslint.configs.recommended, eslint.configs.recommended,
...tseslint.configs.recommended, ...tseslint.configs.recommended,
...tseslint.configs.stylistic, ...tseslint.configs.stylistic,
{ { ignores: ["dist"] },
ignores: [".*", "dist"],
},
]; ];

View File

@ -6,7 +6,7 @@
"build": "rollup -c", "build": "rollup -c",
"format": "prettier --write --cache . !dist !README.md", "format": "prettier --write --cache . !dist !README.md",
"lint": "eslint", "lint": "eslint",
"test": "vitest" "test": "vitest run"
}, },
"dependencies": { "dependencies": {
"gha-utils": "^0.4.1" "gha-utils": "^0.4.1"

View File

@ -2,7 +2,6 @@ import { defineConfig } from "vitest/config";
export default defineConfig({ export default defineConfig({
test: { test: {
watch: false,
coverage: { coverage: {
all: false, all: false,
enabled: true, enabled: true,