97 lines
6.4 KiB
Plaintext
97 lines
6.4 KiB
Plaintext
|
|
> website-monitor-frontend@1.0.0 lint
|
|
> next lint
|
|
|
|
node.exe :
|
|
In Zeile:1 Zeichen:1
|
|
+ & "C:\Program Files\nodejs/node.exe"
|
|
"C:\Program Files\nodejs/node_mo ...
|
|
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
+ CategoryInfo : NotSpecified: (
|
|
:String) [], RemoteException
|
|
+ FullyQualifiedErrorId : NativeCommandEr
|
|
ror
|
|
|
|
./app/forgot-password/page.tsx
|
|
108:61 Error: `'` can be escaped with
|
|
`'`, `‘`, `'`, `’`.
|
|
react/no-unescaped-entities
|
|
|
|
./app/login/page.tsx
|
|
108:18 Error: `'` can be escaped with
|
|
`'`, `‘`, `'`, `’`.
|
|
react/no-unescaped-entities
|
|
|
|
./app/monitors/page.tsx
|
|
304:11 Warning: The 'monitors' logical
|
|
expression could make the dependencies of
|
|
useMemo Hook (at line 308) change on every
|
|
render. To fix this, wrap the initialization
|
|
of 'monitors' in its own useMemo() Hook.
|
|
react-hooks/exhaustive-deps
|
|
304:11 Warning: The 'monitors' logical
|
|
expression could make the dependencies of
|
|
useMemo Hook (at line 317) change on every
|
|
render. To fix this, wrap the initialization
|
|
of 'monitors' in its own useMemo() Hook.
|
|
react-hooks/exhaustive-deps
|
|
592:137 Error: `"` can be escaped with
|
|
`"`, `“`, `"`, `”`.
|
|
react/no-unescaped-entities
|
|
592:149 Error: `"` can be escaped with
|
|
`"`, `“`, `"`, `”`.
|
|
react/no-unescaped-entities
|
|
899:45 Error: `"` can be escaped with
|
|
`"`, `“`, `"`, `”`.
|
|
react/no-unescaped-entities
|
|
899:82 Error: `"` can be escaped with
|
|
`"`, `“`, `"`, `”`.
|
|
react/no-unescaped-entities
|
|
|
|
./components/compliance/CookieBanner.tsx
|
|
48:125 Error: `"` can be escaped with
|
|
`"`, `“`, `"`, `”`.
|
|
react/no-unescaped-entities
|
|
48:132 Error: `"` can be escaped with
|
|
`"`, `“`, `"`, `”`.
|
|
react/no-unescaped-entities
|
|
|
|
./components/landing/LandingSections.tsx
|
|
659:19 Error: `'` can be escaped with
|
|
`'`, `‘`, `'`, `’`.
|
|
react/no-unescaped-entities
|
|
663:61 Error: `'` can be escaped with
|
|
`'`, `‘`, `'`, `’`.
|
|
react/no-unescaped-entities
|
|
|
|
./components/landing/LiveSerpPreview.tsx
|
|
128:49 Warning: Using `<img>` could result
|
|
in slower LCP and higher bandwidth. Consider
|
|
using `<Image />` from `next/image` to
|
|
automatically optimize images. This may incur
|
|
additional usage or cost from your provider.
|
|
See: https://nextjs.org/docs/messages/no-img-e
|
|
lement @next/next/no-img-element
|
|
|
|
./components/landing/WaitlistForm.tsx
|
|
147:16 Error: `'` can be escaped with
|
|
`'`, `‘`, `'`, `’`.
|
|
react/no-unescaped-entities
|
|
|
|
./components/ui/input.tsx
|
|
12:31 Error: React Hook "React.useId" is
|
|
called conditionally. React Hooks must be
|
|
called in the exact same order in every
|
|
component render. react-hooks/rules-of-hooks
|
|
|
|
./components/ui/select.tsx
|
|
13:32 Error: React Hook "React.useId" is
|
|
called conditionally. React Hooks must be
|
|
called in the exact same order in every
|
|
component render. react-hooks/rules-of-hooks
|
|
|
|
info - Need to disable some ESLint rules?
|
|
Learn more here: https://nextjs.org/docs/basic
|
|
-features/eslint#disabling-rules
|