Skip to content

Commit

Permalink
update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnguyennz committed Jun 21, 2024
1 parent ae555b3 commit 0b5fe16
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 @@ -10,7 +10,7 @@
"preview": "astro preview",
"check": "astro check",
"astro": "astro",
"lint": "eslint src/**",
"lint": "eslint src/pages/* src/components/* src/lib/*",
"test:unit": "vitest",
"test:e2e": "cypress run"
},
Expand Down

0 comments on commit 0b5fe16

Please sign in to comment.