diff --git a/ui/.eslintrc.json b/ui/.eslintrc.json index c0ce4add..a0f304c1 100644 --- a/ui/.eslintrc.json +++ b/ui/.eslintrc.json @@ -27,7 +27,7 @@ "eslint-plugin-tsdoc" ], "rules": { - "@stylistic/max-len": ["error", { "code": 120 }], + "@stylistic/max-len": ["warn", { "code": 120 }], "@stylistic/indent": ["error", 4], "@stylistic/eol-last": ["error", "always"], "@stylistic/quotes": ["error", "single", { "allowTemplateLiterals": true }], diff --git a/ui/src/app/about/page.tsx b/ui/src/app/about/page.tsx index 5d95aba3..48302376 100644 --- a/ui/src/app/about/page.tsx +++ b/ui/src/app/about/page.tsx @@ -60,8 +60,7 @@ const About = () => (

How do I request a new grouping?

A request form is available.

diff --git a/ui/src/components/layout/navbar/Navbar.tsx b/ui/src/components/layout/navbar/Navbar.tsx index 6c4b1504..a775626b 100644 --- a/ui/src/components/layout/navbar/Navbar.tsx +++ b/ui/src/components/layout/navbar/Navbar.tsx @@ -10,7 +10,7 @@ const Navbar = async () => { const currentUser = await getCurrentUser(); return ( -