Skip to content

Commit 2989df5

Browse files
committed
chore: fix eslint config
1 parent a6b19c0 commit 2989df5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/eslint-plugin-svelte/eslint.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ const config = [
8080
{ object: 'context', property: 'getCwd', message: 'Use src/utils/compat.ts' },
8181
{ object: 'context', property: 'getScope', message: 'Use src/utils/compat.ts' },
8282
{ object: 'context', property: 'parserServices', message: 'Use src/utils/compat.ts' }
83-
]
83+
],
84+
'@typescript-eslint/no-empty-function': 'off'
8485
}
8586
},
8687
...tseslint.config({

0 commit comments

Comments
 (0)