We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c1812 commit 889f5bfCopy full SHA for 889f5bf
packages/eslint-plugin-svelte/eslint.config.mjs
@@ -70,7 +70,7 @@ const config = [
70
],
71
'no-restricted-properties': [
72
'error',
73
- { object: 'context', property: 'getSourceCode', message: 'Use src/utils/compat.ts' },
+ { object: 'context', property: 'getSourceCode', message: 'Use `context.sourceCode`' },
74
{ object: 'context', property: 'getFilename', message: 'Use src/utils/compat.ts' },
75
{
76
object: 'context',
0 commit comments