"lint": "cross-env TIMING=1 eslint --cache src tests scripts ./*.js ./*.ts",
"lint:fix": "cross-env TIMING=1 eslint --cache --fix src tests scripts ./*.js ./*.ts",
"format": "prettier --cache --write .; eslint --cache --fix src tests scripts ./*.js ./*.ts",
- "test": "glob -c \"c8 node --import tsx --test\" \"tests/**/*.test.ts\"",
- "test:debug": "glob -c \"node --import tsx --test --inspect\" \"tests/**/*.test.ts\"",
+ "test": "c8 node --import tsx --test tests/**/*.test.ts",
+ "test:debug": "node --import tsx --test --inspect tests/**/*.test.ts",
"coverage": "c8 report --reporter=lcov",
"coverage:html": "c8 report --reporter=html",
"clinic:clean": "clinic clean",
"eslint-plugin-jsdoc": "^61.4.0",
"eslint-plugin-perfectionist": "^4.15.1",
"eslint-plugin-vue": "^10.6.0",
- "glob": "^13.0.0",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"neostandard": "^0.12.2",