mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 06:17:10 +01:00
Migrate eslint config to eslint.config.js format
This commit is contained in:
parent
aaa58cbe8b
commit
4277f239de
3 changed files with 33 additions and 5 deletions
|
|
@ -8,7 +8,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": "jest --ci --reporters=default --reporters=jest-junit",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue