Skip to content

Commit

Permalink
fix: codemirror eslint incompatible type
Browse files Browse the repository at this point in the history
  • Loading branch information
Pkcarreno committed Jul 7, 2024
1 parent 48b55e8 commit e2a8138
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/editor/components/editor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const extensions: ReactCodeMirrorProps['extensions'] = [
}),
javascript(),
lintGutter(),
// @ts-expect-error: type incompatible but are the same
linter(esLint(new eslint.Linter(), EsLintConfig)),
];

Expand Down

0 comments on commit e2a8138

Please sign in to comment.