1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-03-22 07:52:14 +01:00

Migrate eslint config to eslint.config.js format

This commit is contained in:
Jozef Izso 2025-09-12 14:02:05 +02:00
parent a02df32035
commit ba26a20f41
Failed to extract signature
3 changed files with 33 additions and 5 deletions

View file

@ -9,7 +9,7 @@
"build": "tsc",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"lint": "eslint src/**/*.ts",
"lint": "eslint",
"package": "ncc build --license licenses.txt && eolConverter lf 'dist/*'",
"version": "npm run build && npm run package && git add dist/*",
"test": "NODE_OPTIONS='--experimental-vm-modules' jest --ci --reporters=default --reporters=jest-junit",