Feature Request Checklist
Overview
Now that Node.js has stable type stripping without a warning (nodejs/node#58643) and ESLint supports it natively (eslint/eslint#19357), we should be able to switch the ESLint config from .js to .ts. That'd be the last JS config file added to --preset everything switched to TS.
Additional Info
Blocked on the warning-less type stripping being released in the next minor version of Node.js.
Inspired by @michaelfaith's michaelfaith/eslint-plugin-package-json#1112.
🎁
Feature Request Checklist
mainbranch of the repository.Overview
Now that Node.js has stable type stripping without a warning (nodejs/node#58643) and ESLint supports it natively (eslint/eslint#19357), we should be able to switch the ESLint config from
.jsto.ts. That'd be the last JS config file added to--preset everythingswitched to TS.Additional Info
Blocked on the warning-less type stripping being released in the next minor version of Node.js.
Inspired by @michaelfaith's michaelfaith/eslint-plugin-package-json#1112.
🎁