Skip to content

Commit

Permalink
chore: eslint cli
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Nov 13, 2024
1 parent df16ce3 commit d7b0764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"check-deps": "father doctor",
"check-format": "prettier './**/*.{ts,tsx,js,jsx,json,md,css,less}' --check",
"format": "prettier './**/*.{ts,tsx,js,jsx,json,md,css,less}' --write",
"lint:ts": "eslint src --ext .ts,.tsx",
"lint:ts": "eslint src/**",
"lint:ts-fix": "pnpm lint:ts --fix",
"test:unit": "jest --config ./jest.config.ts",
"test:size": "pnpm build && limit-size",
Expand Down

0 comments on commit d7b0764

Please sign in to comment.