Update npm lint

This commit is contained in:
Nick Alteen 2023-08-24 10:42:51 -04:00
parent b6766123c7
commit be35c79758

View File

@ -23,7 +23,7 @@
"ci-test": "jest",
"format:write": "prettier --write '**/*.ts'",
"format:check": "prettier --check '**/*.ts'",
"lint": "eslint -c ./.github/linters/.eslintrc.yml",
"lint": "npx eslint . -c ./.github/linters/.eslintrc.yml",
"package": "ncc build src/index.ts --license licenses.txt",
"test": "(jest && make-coverage-badge --output-path ./badges/coverage.svg) || make-coverage-badge --output-path ./badges/coverage.svg",
"all": "npm run format:write && npm run lint && npm run test && npm run package"