Skip to content

Commit 360730d

Browse files
committed
Stricter linting
1 parent a19ca98 commit 360730d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

apps/web-evals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"type": "module",
55
"scripts": {
6-
"lint": "next lint",
6+
"lint": "next lint --max-warnings 0",
77
"check-types": "tsc -b",
88
"dev": "scripts/check-services.sh && next dev",
99
"format": "prettier --write src",

apps/web-roo-code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"type": "module",
55
"scripts": {
6-
"lint": "next lint",
6+
"lint": "next lint --max-warnings 0",
77
"check-types": "tsc --noEmit",
88
"dev": "next dev",
99
"build": "next build",

apps/web-roo-code/src/app/privacy/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ export default function Privacy() {
1717
<p className="text-muted-foreground">Last Updated: June 19, 2025</p>
1818

1919
<p className="lead">
20-
This Privacy Policy explains how Roo Code, Inc. ("Roo Code," "we," "our," or "us") collects,
21-
uses, and shares information when you:
20+
This Privacy Policy explains how Roo Code, Inc. (&quot;Roo Code,&quot; &quot;we,&quot;
21+
&quot;our,&quot; or &quot;us&quot;) collects, uses, and shares information when you:
2222
</p>
2323
<ul className="lead">
2424
<li>
@@ -149,7 +149,7 @@ export default function Privacy() {
149149
</li>
150150
</ul>
151151

152-
<h2 className="mt-12 text-2xl font-bold">3. Where Your Data Goes (And Doesn't)</h2>
152+
<h2 className="mt-12 text-2xl font-bold">3. Where Your Data Goes (And Doesn&apos;t)</h2>
153153

154154
<div className="overflow-x-auto">
155155
<table className="min-w-full border-collapse border border-border">

0 commit comments

Comments
 (0)