Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Feb 7, 2025
1 parent ec815b2 commit 0ab3190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"test": "tests"
},
"scripts": {
"lint": "prettier ./",
"lint:fix": "npm run lint -- --write",
"lint": "prettier . --check",
"lint:fix": "prettier . --write",
"ci:publish": "npm publish --access=public"
},
"repository": {
Expand Down

0 comments on commit 0ab3190

Please sign in to comment.