zhangyuang / ssr

A most advanced ssr framework support React17/React18/Vue2/Vue3 on Earth that implemented serverless-side render specification.
http://doc.ssr-fc.com/
MIT License
2.59k stars 283 forks source link

suggest to upgrade depended `@typescript-eslint/eslint-plugin` #273

Closed Gnosnay closed 1 year ago

Gnosnay commented 1 year ago

https://github.com/zhangyuang/ssr/blob/a589ec81c13ce3c328c2f41925dd2e108e1b6bf0/example/midway-react-ssr/package.json#L24

for this linter style, it used 4.x version. but it will cause a lot of complains about defined but not used, especially for controller class.

better to upgrade the version to 5.x:

zhangyuang commented 1 year ago

已更新