Skip to content

Commit fdbe010

Browse files
silverwindclaude
andcommitted
Replace eslint-silverwind with eslint in Makefile
Co-Authored-By: Claude (Opus 4.6) <noreply@anthropic.com>
1 parent e1ad8e8 commit fdbe010

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ node_modules: pnpm-lock.yaml
33
@touch node_modules
44

55
lint: node_modules
6-
pnpm exec eslint-silverwind --color .
6+
pnpm exec eslint --color .
77

88
.PHONY: lint-fix
99
lint-fix: node_modules
10-
pnpm exec eslint-silverwind --color . --fix
10+
pnpm exec eslint --color . --fix
1111

1212
.PHONY: test
1313
test: node_modules lint

0 commit comments

Comments
 (0)