Skip to content

Commit

Permalink
Rename to lint:unused
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Mar 11, 2024
1 parent f04054a commit b5881ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Check Rule Examples
run: node Makefile checkRuleExamples

- name: Lint Files, Dependencies & Exports
run: npm run lint:imports
- name: Lint Files, Dependencies, & Exports
run: npm run lint:unused

test_on_node:
name: Test
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lint:docs:rule-examples": "node Makefile.js checkRuleExamples",
"lint:fix": "node Makefile.js lint -- fix",
"lint:fix:docs:js": "node Makefile.js lintDocsJS -- fix",
"lint:imports": "knip",
"lint:unused": "knip",
"release:generate:alpha": "node Makefile.js generatePrerelease -- alpha",
"release:generate:beta": "node Makefile.js generatePrerelease -- beta",
"release:generate:latest": "node Makefile.js generateRelease",
Expand Down

0 comments on commit b5881ee

Please sign in to comment.