Fixed
- ESLint configuration now loads under
"type": "module"(.eslintrc.js→
.eslintrc.cjs, correctedextends), and the pre-existing lint errors it
surfaced are cleared (unused imports;error as any→error as NodeJS.ErrnoException).
Full Changelog: v2.0.0...v2.0.1