diff --git a/.gitignore b/.gitignore index 606501c..f6f04ac 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,5 @@ dist-ssr # It's a package package-lock.json + +*.tgz \ No newline at end of file diff --git a/example/package.json b/example/package.json index 8b4b103..167019a 100644 --- a/example/package.json +++ b/example/package.json @@ -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": {