Skip to content

Commit

Permalink
chore: fix eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Nov 29, 2024
1 parent a6b19c0 commit 2989df5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/eslint-plugin-svelte/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ const config = [
{ object: 'context', property: 'getCwd', message: 'Use src/utils/compat.ts' },
{ object: 'context', property: 'getScope', message: 'Use src/utils/compat.ts' },
{ object: 'context', property: 'parserServices', message: 'Use src/utils/compat.ts' }
]
],
'@typescript-eslint/no-empty-function': 'off'
}
},
...tseslint.config({
Expand Down

0 comments on commit 2989df5

Please sign in to comment.