fix(ci): path to linters config

This commit is contained in:
Peter 2024-05-03 15:09:23 +02:00
parent 540dc8cb6b
commit 27c977abb6
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -18,7 +18,7 @@
"coverage": "npx make-coverage-badge --output-path ./badges/coverage.svg",
"format:write": "npx prettier --write .",
"format:check": "npx prettier --check .",
"lint": "npx eslint . -c ./.github/linters/.eslintrc.yml",
"lint": "npx eslint . -c ./.forgejo/linters/.eslintrc.yml",
"package": "npx ncc build src/index.ts -o dist --source-map --license licenses.txt",
"package:watch": "npm run package -- --watch",
"test": "npx jest",