Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
fix: linter script
Browse files Browse the repository at this point in the history
  • Loading branch information
vycdev committed Jul 7, 2020
1 parent 04884e5 commit 903b6db
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 @@ -7,7 +7,7 @@
"build": "pnpm run build --filter @king-typer/*",
"start": "pnpm run start --filter @king-typer/*",
"test": "pnpm run test --filter @king-typer/*",
"lint": "eslint './packages/**/*.{ts,tsx}'",
"lint": "eslint ./packages/**/*.{ts,tsx}",
"check": "pnpm run format && pnpm run lint",
"semantic-release": "semantic-release"
},
Expand Down

0 comments on commit 903b6db

Please sign in to comment.