- Rewrote to support new EsLint flat configuration format, now requires EsLint 9
- Moved to ES Modules syntax
- Changed
ecmaVersion
from2021
tolatest
(EsLint default) - Removed explicit
sourceType
set tomodule
, it’s already EsLint default - Removed
es6
andbrowser
env, you have to import and set the globals yourself
Initial release