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 Sep 12, 2025. It is now read-only.
Integration with eslint is possible by using the CLIEngine of eslint.
E.g. by providing an output json which looks like the result expected by eslint and then using the eslint formatter to format the result.
See:
Since CLIEngine is deprecated:
can be used