solana-labs/solana-program-library

Update to ESLint 9.0

オープン

#6,562 opened on 2024/04/10

 (13 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (2,401 件のフォーク)auto 404
good first issuejavascript

Repository metrics

Stars
 (4,236 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Problem

The new ESLint 9.0 update is out, and Dependabot has tried upgrading SPL to it, but it has many breaking changes.

For example, ESLint 9 uses a new config file structure, as well as some different CLI flags and configuration keys.

https://eslint.org/docs/latest/use/migrate-to-9.0.0

Solution

Go through the migration guide and upgrade SPL to ES Lint 9.0!

コントリビューターガイド