Skip to content

Commit

Permalink
Update: lint config for v9.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
ketan1406 committed Feb 4, 2025
1 parent 587143e commit f2b793c
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 @@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"lint": "eslint \"src/**/*.{js,jsx}\" --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
Expand Down

0 comments on commit f2b793c

Please sign in to comment.