Change8

v9.39.2

📦 eslintView on GitHub →
🐛 1 fixes1 deprecations🔧 1 symbols

Summary

This release introduces warnings for deprecated eslint-env configuration comments and updates internal dependencies to @eslint/js@9.39.2.

Migration Steps

  1. Remove `eslint-env` comments from source files and move environment configurations to the flat config file (eslint.config.js).

🐛 Bug Fixes

  • Added a warning when `eslint-env` configuration comments are encountered to improve migration awareness.

🔧 Affected Symbols

eslint-env

⚡ Deprecations

  • The use of `eslint-env` configuration comments now triggers a warning as they are deprecated in the flat config system.