Skip to content

Commit

Permalink
update: remove --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sunil-sharma-999 committed Jun 5, 2024
1 parent b3b3cda commit c3a934e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo/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 --fix",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"packageManager": "pnpm@8.15.0",
Expand Down

0 comments on commit c3a934e

Please sign in to comment.