diff --git a/src/features/editor/components/editor/index.tsx b/src/features/editor/components/editor/index.tsx index e818e36..418ebee 100644 --- a/src/features/editor/components/editor/index.tsx +++ b/src/features/editor/components/editor/index.tsx @@ -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)), ];