solana-labs/solana-program-library

Update to ESLint 9.0

Ouverte

#6 562 ouverte le 10 avr. 2024

 (13 commentaires) (0 réaction) (0 personne assignée)Rust (2 401 forks)auto 404
good first issuejavascript

Métriques du dépôt

Stars
 (4 236 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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!

Guide contributeur