Skip to content

Commit

Permalink
ci: updating linter
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Sep 17, 2024
1 parent 8667087 commit 6f18651
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"badge": "make-coverage-badge --output-path ./badges/coverage.svg",
"format:write": "prettier --write .",
"format:check": "prettier --check .",
"lint": "eslint . -c ./.eslintrc.yml",
"lint": "eslint . -c ./.github/linters/.eslintrc.yml",
"package": "ncc build src/index.ts -o dist --source-map --license LICENSE",
"package:watch": "npm run package -- --watch",
"coverage": "vitest run --coverage",
Expand Down

0 comments on commit 6f18651

Please sign in to comment.