Closed YuichirouSeitoku closed 1 month ago
Lint Results
> mdd@1.0.0 lint > eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix /home/runner/work/mdd/mdd/src/renderer/src/components/Sample.tsx 1:1 error Missing return type on function @typescript-eslint/explicit-function-return-type ✖ 1 problem (1 error, 0 warnings)
Reactのバージョンを指定していないことによるエラー https://zenn.dev/marumarumeruru/scraps/d08e54c461de2b
https://github.com/YuichirouSeitoku/mdd/pull/14/commits/40e945dd3840c13166bdbbe6d2fe6e5a65b2df86 で修正
行ったこと
動作確認
レビュワーに見てほしいこと
補足
おもったより過剰品質のものが来ましたが基本的にはよさそう。
Lint Results
/home/runner/work/mdd/mdd/src/renderer/src/components/Sample.tsx 1:1 error Missing return type on function @typescript-eslint/explicit-function-return-type
✖ 1 problem (1 error, 0 warnings)