You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 4, 2022. It is now read-only.
As of now the integration test for the compat plugin does not work correctly. The NodeJS API of ESLint itself reports an error that states Definition for rule \'compat/compat\' was not found while running the CLI API with the same given config does not produce any errors.
This issue serves as a reminder to fix the integration test and investigate where the error itself is located (Either within the plugin, or in ESLint itself).