YousefED / SyncedStore

SyncedStore CRDT is an easy-to-use library for building live, collaborative applications that sync automatically.

Home Page:https://syncedstore.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move `@types/eslint` to `devDependencies`?

Deckluhm opened this issue Β· comments

Hello πŸ‘‹

I'm having trouble in my app with ESLint typing because of "@types/eslint": "6.8.0" set as a dependency in SyncedStore (latest version of ESLint being 8.50.0 as of the writing of this issue).

Would it be possible to move it to devDependencies instead? Or is there a good reason that's not the case?

I can open a PR.

Thank you!