solana-labs/solana-program-library

Update to ESLint 9.0

开放

#6,562 创建于 2024年4月10日

 (13 条评论) (0 个反应) (0 位负责人)Rust (2,401 个派生)auto 404
good first issuejavascript

仓库指标

星标
 (4,236 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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!

贡献者指南