Skip to content

Commit

Permalink
Update lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
atrakh committed Oct 17, 2024
1 parent 79a5358 commit 87afa30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ dist-ssr

# It's a package
package-lock.json

*.tgz
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "vite",
"cvx": "convex dev --live-component-sources --typecheck-components",
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint": "tsc -p convex && eslint convex",
"preview": "vite preview"
},
"dependencies": {
Expand Down

0 comments on commit 87afa30

Please sign in to comment.