✅test: add playwright (#675) #1545
Annotations
8 warnings
lint/performance/useTopLevelRegex:
test/e2e/index.test.ts#L7
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
|
lint/style/noDefaultExport:
app/layout.tsx#L16
Avoid default exports.
|
lint/style/noDefaultExport:
app/page.tsx#L3
Avoid default exports.
|
lint/style/noDefaultExport:
next.config.ts#L10
Avoid default exports.
|
lint/style/noDefaultExport:
tailwind.config.ts#L15
Avoid default exports.
|
lint/style/noDefaultExport:
postcss.config.mjs#L8
Avoid default exports.
|
lint/style/noDefaultExport:
playwright.config.ts#L14
Avoid default exports.
|
lint/style/useNamingConvention:
playwright.config.ts#L29
Two consecutive uppercase characters are not allowed in camelCase because strictCase is set to `true`.
|