For installation guide and setup please visit each package's readme.
This configuration now requires ESLint 9 and uses the new flat config format.
- ESLint 9 Required: This version requires ESLint ^9.0.0
- Flat Config Format: Configurations now use ESLint's flat config format
- ES Modules: All packages now use ES modules (
"type": "module") - No Patch Required: The
require('@bigcommerce/eslint-config/patch')is no longer needed (and won't work) - Import Instead of Require: Use
importinstead ofrequirein your config files
See the package README files for migration instructions from ESLint 8 to ESLint 9.