We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3425412 commit a0cb545Copy full SHA for a0cb545
eslint.config.js
@@ -23,6 +23,7 @@ export const defaultESLintIgnores = [
23
'**/node_modules/',
24
'**/temp/',
25
'**/coverage/',
26
+ '**/playwright-report/',
27
'**/*.test.ts',
28
'**/*.test.tsx',
29
'**/*.spec.ts',
src/components/AfterDashboard/index.tsx
@@ -1,4 +1,5 @@
1
import type { PayloadServerReactComponent, SanitizedConfig } from 'payload'
2
+
3
import React from 'react'
4
5
import styles from './index.module.scss'
0 commit comments