mdx-editor / editor

A rich text editor React component for markdown
https://mdxeditor.dev
MIT License
1.63k stars 131 forks source link

fix(deps): deprecate eslint-config-standard-with-typescript for eslint-config-love #458

Closed david10sing closed 2 months ago

david10sing commented 2 months ago

Description

There is a mismatched peer deps for @typescript-eslint/eslint-plugin.

image

Deprecating eslint-config-standard-with-typescript and replacing with eslint-config-love as per repository https://www.npmjs.com/package/eslint-config-standard-with-typescript?activeTab=readme

petyosi commented 2 months ago

Thanks. I just cleaned up the typescript ESLint configuration https://github.com/mdx-editor/editor/commit/f1ac2f990fd7ff6ff6fe033bb2441a265dbcd116 while I was developing something else.