fix(ci): path to linters config
This commit is contained in:
parent
540dc8cb6b
commit
27c977abb6
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue