Skip to content

Commit

Permalink
fix: fixing lint:fix script (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaMajmudar authored Jul 22, 2024
1 parent c1d8da2 commit 54414d5
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 @@ -49,7 +49,7 @@
"sync:docs": "tsx src/scripts/sync/sync.ts",
"clean:cache": "tsx src/scripts/cache/clean.ts",
"lint": "eslint . --max-warnings=0",
"lint:fix": "eslint . -max-warnings=0 --fix",
"lint:fix": "eslint . --max-warnings=0 --fix",
"check:prettier": "prettier --check .",
"check:types": "tsc --noEmit",
"changelog": "npx conventional-changelog -p angular -i CHANGELOG.md -s --commit-path .",
Expand Down

0 comments on commit 54414d5

Please sign in to comment.