Skip to content

refactor: replace deprecated ESLint CLIEngine with modern ESLint class#796

Open
nihal07g wants to merge 1 commit intopostmanlabs:developfrom
nihal07g:modernize-eslint
Open

refactor: replace deprecated ESLint CLIEngine with modern ESLint class#796
nihal07g wants to merge 1 commit intopostmanlabs:developfrom
nihal07g:modernize-eslint

Conversation

@nihal07g
Copy link

Replaces the deprecated CLIEngine class with the modern ESLint class in the main lint testing script. CLIEngine has been deprecated since ESLint 7.0, and this update uses the recommended replacement API while preserving identical linting behavior, error reporting, and output formatting. No changes to lint rules or test execution logic.

Replaces the deprecated CLIEngine class with the modern ESLint class
in the main lint testing script. CLIEngine has been deprecated since
ESLint 7.0, and this update uses the recommended replacement API while
preserving identical linting behavior, error reporting, and output
formatting. No changes to lint rules or test execution logic.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant