chore(scripts): add dev:linter-check and dev:linter-fix

purposely *not* named as dev:eslint, just to "decouple" the script from eslint, in case there ever is the need to change that :-)
This commit is contained in:
Panagiotis Papadopoulos 2025-03-01 10:28:25 +01:00 committed by Panagiotis Papadopoulos
parent aed835b6c2
commit 0d66f9d4eb

View File

@ -57,6 +57,8 @@
"dev:watch-dist": "tsx ./bin/watch-dist.ts",
"dev:prettier-check": "prettier . --check",
"dev:prettier-fix": "prettier . --write",
"dev:linter-check": "eslint . --cache",
"dev:linter-fix": "eslint . --fix",
"chore:update-build-info": "tsx bin/update-build-info.ts",
"chore:ci-update-nightly-version": "tsx ./bin/update-nightly-version.ts",
"chore:generate-document": "cross-env nodemon ./bin/generate_document.ts 1000",