Skip to content

Commit a0cb545

Browse files
committed
Fix: Lint Errors
1 parent 3425412 commit a0cb545

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export const defaultESLintIgnores = [
2323
'**/node_modules/',
2424
'**/temp/',
2525
'**/coverage/',
26+
'**/playwright-report/',
2627
'**/*.test.ts',
2728
'**/*.test.tsx',
2829
'**/*.spec.ts',

src/components/AfterDashboard/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import type { PayloadServerReactComponent, SanitizedConfig } from 'payload'
2+
23
import React from 'react'
34

45
import styles from './index.module.scss'

0 commit comments

Comments
 (0)