Skip to content

Commit 889f5bf

Browse files
committed
chore: update lint config
1 parent f1c1812 commit 889f5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const config = [
7070
],
7171
'no-restricted-properties': [
7272
'error',
73-
{ object: 'context', property: 'getSourceCode', message: 'Use src/utils/compat.ts' },
73+
{ object: 'context', property: 'getSourceCode', message: 'Use `context.sourceCode`' },
7474
{ object: 'context', property: 'getFilename', message: 'Use src/utils/compat.ts' },
7575
{
7676
object: 'context',

0 commit comments

Comments
 (0)