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:
parent
a02df32035
commit
ba26a20f41
3 changed files with 33 additions and 5 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue