Skip to content

Commit

Permalink
chore(package): fixes the linting command
Browse files Browse the repository at this point in the history
Corrects the linting command in the package.json file.
  • Loading branch information
anguspiv committed Dec 23, 2024
1 parent 58bec6c commit c052312
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 @@ -8,7 +8,7 @@
"build": "astro build",
"build-storybook": "storybook build",
"dev": "astro dev",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint": "eslint .",
"prepare": "husky",
"preview": "astro preview",
"storybook": "storybook dev -p 6006",
Expand Down

0 comments on commit c052312

Please sign in to comment.