eslint / rewrite

Monorepo for the new version of ESLint
Apache License 2.0
65 stars 4 forks source link

feat: @eslint/compat package #5

Closed nzakas closed 1 month ago

nzakas commented 2 months ago

This adds a @eslint/compat package with the following functions:

View the README for more details.

closes #4

mdjermanovic commented 2 months ago

I prepared a PR to check this in action with eslint-plugin-react in the eslint.org repo: https://github.com/eslint/eslint.org/pull/561

mdjermanovic commented 1 month ago

Also, should we maybe do https://github.com/eslint/rewrite/pull/3#discussion_r1591127857 in this package too?

nzakas commented 1 month ago

It's safe to merge. The CI is doing some unneeded work but nothing consequential.

I'm going to go through and update all of the packages at in a separate PR.