Skip to content

Commit ece1ae0

Browse files
Fix linter configuration to use local ESLint version instead of npx
Co-authored-by: villelahdenvuo <633524+villelahdenvuo@users.noreply.github.com>
1 parent d01a0f4 commit ece1ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"coverage": "make-coverage-badge --output-path ./badges/coverage.svg",
3030
"format:write": "prettier --write **/*.ts",
3131
"format:check": "prettier --check **/*.ts",
32-
"lint": "npx eslint . -c ./.github/linters/.eslintrc.yml",
32+
"lint": "./node_modules/.bin/eslint . -c ./.github/linters/.eslintrc.yml",
3333
"package": "ncc build src/index.ts --license licenses.txt",
3434
"package:watch": "npm run package -- --watch",
3535
"test": "jest",

0 commit comments

Comments
 (0)