Skip to content

Commit

Permalink
chore: improved the ESLint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
danmaq committed Feb 26, 2024
1 parent c3fe6c7 commit 950e022
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ rules:
# import 構文における、順序の任意並び替えを警告付きで許可する。
# 既定は無条件許可。import 部の雪だるま式肥大化問題対処のため導入。
import/order: warn
# 非推奨のメソッドやプロパティの使用を警告付きで許可する。既定は禁止。
# 既存のコードを大規模に修正するまでの、暫定的措置。
react/no-deprecated: warn
# prop-types の記述省略を許可する。既定は禁止。
# トランスパイル済みコンポーネントを TypeScript ではないプロジェクトから
# 再利用するようなシチュエーションでは必須だが、状況的に考えにくい。
Expand Down

0 comments on commit 950e022

Please sign in to comment.