ycu-engine / DSC-Blog-Frontend

データサイエンス倶楽部ブログ フロントエンド
MIT License
0 stars 0 forks source link

eslint-plugin-unused-importsの導入 #18

Closed takusan2 closed 11 months ago

takusan2 commented 11 months ago

Issueへのリンク

close #12

やったこと

動作確認

image image

その他

takusan2 commented 11 months ago

@nyatinte

先にpullしてから作業したからESlintの変更はすでに反映されてるかもなんだけど、この場合どうやって、Changes requested に対応したことになるのかな??

git rebaseも試したけどコンフリクトが起きなくて、アクション起こせない

git checkout develop
git pull origin develop
git switch feat/5-eslint-plugin-unused-imports
git rebase develop

Already up to date って出る

↓↓他にも下の画像にしたがってもやってみたんだけどマージできなくて image

nyatinte commented 11 months ago

@takuya-okada-01 このブランチでgit fetch --allして、git merge origin/developしたらどうなる?

もし今のブランチが壊れていたら、適当なブランチにSwitchして、ブランチ消して再作成すると治るかも

あとコンフリクトはGitHubのコンフリクトではなく、設定の重複的なものを意図してた!申し訳ない