typescript-eslint / tslint-to-eslint-config

Converts your TSLint configuration to the closest possible ESLint equivalent. 🚀

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert to ECMAScript Modules (ESM)

JoshuaKGoldberg opened this issue · comments

Overview

This package depends on the chalk npm package, which is now ESM-only. Now that ESM is supported in all relevant recent versions of Node I'd like to be able to update to the latest Chalk & other packages.

Yay, JS modules progress!