-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/eslint #42
Fix/eslint #42
Conversation
For error inspection in production, allow `console.error`
このブランチの
|
Reviewdog のフィルタの影響で、その PR で変更された行以外にエラーがあってもエラーが出ない master ブランチの CI ではこれを無効化した方がいいかもね |
なるほどー
たしかに、賛成です。 |
これは別の PR で直すんでとりあえず今あるの lint error は直しちゃってほしい |
Since @typescript-eslint supports TypeScript 4.1 since 4.7 @typescript-eslint 2.31 occurs parser error. See https://github.com/typescript-eslint/typescript-eslint/releases/tag/v4.7.0
Acutually, this rule default has been turnd off and not recommend in typescript eslint 5.0.0 Fly typescript-eslint/typescript-eslint#3746
"explicit-module-boundary-types" rule may be unnesesarry. って、コミットメッセージの一行目が感想なのおもろいな() |
待たせてすみません |
; Conflicts: ; src/popup/settingSection.tsx ; yarn.lock
背景
Resolves #24
その他の Warn / Error が残っている
解決策
細かいので各コミットメッセージを参照
Merge について
#51 が Merge されてから本 PR を Merge する