Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Dec 9, 2024
1 parent 4daf1c5 commit 2282b8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"scripts": {
"fix:js": "eslint . --fix",
"lint:js": "eslint .",
"lint:ts": "tsc --noEmit",
"lint": "npm-run-all --parallel 'lint:*'",
"fix": "npm-run-all --serial 'fix:*'",
"next:update": "next-update --keep true --tldr",
Expand Down

0 comments on commit 2282b8a

Please sign in to comment.