Detected usage of the any
type
JS-0323
Anti-pattern
Found in packages/../nestedOps.ts, packages/../org.ts and 3 other files
12
Detected the use of variables before they are defined
JS-0357
Anti-pattern
Found in packages/../basicAuth.ts, packages/../org.ts and 2 other files
5
Fallthrough of case
statements found
JS-0064
Anti-pattern
Found in apps/../load.ts, packages/../Breadcrumb.tsx and 1 other file
3
Found unused variables in TypeScript code
JS-0356
Performance
Found in apps/../generate.ts, apps/../load.ts and 72 other files
149
Found explicit type declarations
JS-0331
Anti-pattern
Found in apps/../constants.ts and apps/../i18n.ts
2
Avoid .bind()
or local functions in JSX properties
JS-0417
Performance
Found in packages/../LangPicker.tsx, packages/../MobileNav.tsx and 24 other files
58
Detected the use of require statements except in import statements
JS-0359
Anti-pattern
Found in packages/ui/icon/iconCollection.ts
3
Consider using let
or const
instead of var
JS-0239
Anti-pattern
Found in apps/../crowdin.ts, apps/../redis.ts and 1 other file
4
Avoid using console
in code that runs on browser
JS-0002
Bug risk
Found in apps/../next-i18next.config.mjs, lib/devmsg.ts and 8 other files
19
Object.prototype
builtins should not be used directly
JS-0021
Bug risk
Found in packages/ui/modals/ServiceFilter.tsx
3