Skip to content

Release v1.0.0 🎉

Compare
Choose a tag to compare
@mizdra mizdra released this 08 Sep 02:34
· 272 commits to main since this release

BREAKING CHANGES

  • eslint のエラーに prettier のエラーを含めないように (#27)
    • eslint-plugin-prettier への依存がなくなりました
  • 一部の noisy な rule が無効になりました (#28)
    • @typescript-eslint/no-unsafe-assignment
    • @typescript-eslint/no-unsafe-call
    • @typescript-eslint/no-unsafe-member-access

Bug Fix

  • ES2020 の構文がパースできない問題を修正しました (#30)

Documentation

  • 推奨設定を更新しました (#29)