Skip to content

Commit 4fd3288

Browse files
committed
chore: fix linter with updating packages
1 parent e4ee601 commit 4fd3288

2 files changed

Lines changed: 264 additions & 231 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default [
1616
'@typescript-eslint/no-unused-vars': 'error',
1717
'@typescript-eslint/no-unused-expressions': 'error',
1818
'@typescript-eslint/no-this-alias': 'warn',
19-
'@typescript-eslint/no-empty-object-type': ['error' , { allowWithName: 'BaseOptions$' }],
19+
'@typescript-eslint/no-empty-object-type': ['error', { allowWithName: 'BaseOptions$' }],
2020
'@typescript-eslint/no-require-imports': 'error',
2121
'@typescript-eslint/no-unsafe-function-type': 'error'
2222
}

0 commit comments

Comments
 (0)