Skip to content

Conversation

@sanak
Copy link
Member

@sanak sanak commented Jul 29, 2025

@naogify リントに関して、以下の対応を行いましたので、お手すきの際に確認をお願いします。🙇

対応内容

  • CIでリントエラーを検出可能なよう、 package.json 内の lint スクリプトを lintlint:fix に分割
  • リントエラーの修正
    • npm run lint:fix を実行。コミット差分: ca401a0
  • ESLint関連npmパッケージの更新 (macOS環境での以下のWarning表示を修正)
    % npm run lint
    
    > @geolonia/[email protected] lint
    > eslint "src/**/*.ts" "test/**/*.test.ts"
    
    =============
    
    WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
    
    You may find that it works just fine, or you may not.
    
    SUPPORTED TYPESCRIPT VERSIONS: >=4.7.4 <5.6.0
    
    YOUR TYPESCRIPT VERSION: 5.6.2
    
    Please only submit bug reports when using the officially supported version.
    
    =============
    • @typescript-eslint/* パッケージを更新。コミット差分: cbdc0c3

@sanak sanak self-assigned this Jul 29, 2025
@sanak sanak added the enhancement New feature or request label Jul 29, 2025
@sanak sanak added the bug Something isn't working label Jul 29, 2025
@sanak sanak requested a review from naogify July 29, 2025 08:45
@sanak sanak marked this pull request as ready for review July 29, 2025 08:45
Copy link
Member

@naogify naogify left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ありがとうございます!

@sanak
Copy link
Member Author

sanak commented Jul 31, 2025

@naogify ご確認頂き、ありがとうございます!
マージいたします。

@sanak sanak merged commit 632584d into master Jul 31, 2025
10 checks passed
@sanak sanak deleted the separate-lint-fix branch July 31, 2025 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants