Skip to content

Commit 8f87e57

Browse files
committed
chore: ignore a ts error with @typescript-eslint plugin for now
1 parent ce6d12f commit 8f87e57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eslint.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ const config = [
1616
{ ignores: ['.yarn', 'coverage/', 'lib/', 'src/rules/__tests__/fixtures'] },
1717
{
1818
plugins: {
19+
// @ts-expect-error types are currently not considered compatible currently
20+
// todo: suspect this is because of differences in ESLint (types) versions
1921
'@typescript-eslint': pluginTypeScriptESLint,
2022
...pluginEslintCommentsConfigs.recommended.plugins,
2123
import: pluginImport,

0 commit comments

Comments
 (0)