Migrate eslint config to eslint.config.js format

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

View file

@ -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",